dweiss commented on a change in pull request #148: URL: https://github.com/apache/solr/pull/148#discussion_r639509194
########## 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: I think this could be made more friendly, Uwe. You could declare the "maven" repository conditionally based on a flag (or even auto-detected version pattern). An alternative is to declare two different repositories (maven and prerelease) and then push publications to the right one but this complicates things a bit. -- 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