Skip to content

Commit ddf17b0

Browse files
authored
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 262d989 commit ddf17b0

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
@@ -165,7 +165,7 @@ class BaseBuildPlugin implements Plugin<Project> {
165165
project.repositories.mavenCentral()
166166
project.repositories.maven { url "https://conjars.org/repo" }
167167
project.repositories.maven { url "https://clojars.org/repo" }
168-
project.repositories.maven { url 'https://repo.spring.io/plugins-release' }
168+
project.repositories.maven { url 'https://repo.spring.io/plugins-release-local' }
169169

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

0 commit comments

Comments
 (0)