Skip to content

Commit 0239a14

Browse files
committed
Fix spring io repository usage (#1678)
- spring.io/plugin-release has been deprecated and need to be replaced with spring.io/plugin-release-local Fixes #1669
1 parent e96ec32 commit 0239a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/BaseBuildPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class BaseBuildPlugin implements Plugin<Project> {
175175
project.repositories.mavenCentral()
176176
project.repositories.maven { url "https://conjars.org/repo" }
177177
project.repositories.maven { url "https://clojars.org/repo" }
178-
project.repositories.maven { url 'https://repo.spring.io/plugins-release' }
178+
project.repositories.maven { url 'https://repo.spring.io/plugins-release-local' }
179179

180180
// For Elasticsearch snapshots.
181181
project.repositories.maven { url "https://snapshots.elastic.co/maven/" } // default

0 commit comments

Comments
 (0)