dsmiley commented on a change in pull request #36:
URL: https://github.com/apache/solr/pull/36#discussion_r597964277



##########
File path: gradle/defaults.gradle
##########
@@ -77,4 +68,13 @@ allprojects {
       }
     }
   }
+
+  // Repositories to fetch dependencies from.
+  repositories {
+    mavenCentral()
+    maven {
+      name "ApacheSnapshots"
+      url propertyOrDefault('apache-snapshot-repo', 
'https://repository.apache.org/content/repositories/snapshots/')

Review comment:
       Does it need to have "Apache" in the name?  With the URL configurable, 
associating with Apache seems wrong/misleading.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to