uschindler commented on a change in pull request #148: URL: https://github.com/apache/solr/pull/148#discussion_r639527431
########## File path: gradle/defaults.gradle ########## @@ -19,13 +19,15 @@ allprojects { apply plugin: 'base' group "org.apache" + + def lucenePrereleaseBuild = '5' // Repositories to fetch dependencies from. repositories { mavenCentral() maven { - name "ApacheSnapshots" Review comment: In short: This PR is just for "consuming" the already published artifacts from a directory on an arbitrary webserver. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org