We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96ec32 commit 0239a14Copy full SHA for 0239a14
buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/BaseBuildPlugin.groovy
@@ -175,7 +175,7 @@ class BaseBuildPlugin implements Plugin<Project> {
175
project.repositories.mavenCentral()
176
project.repositories.maven { url "https://conjars.org/repo" }
177
project.repositories.maven { url "https://clojars.org/repo" }
178
- project.repositories.maven { url 'https://repo.spring.io/plugins-release' }
+ project.repositories.maven { url 'https://repo.spring.io/plugins-release-local' }
179
180
// For Elasticsearch snapshots.
181
project.repositories.maven { url "https://snapshots.elastic.co/maven/" } // default
0 commit comments