Skip to content

Commit 35b0946

Browse files
committed
Update spring propdeps repository url
1 parent 6eb5b7c commit 35b0946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
mavenCentral()
2727

2828
// For resolving propdeps (provided/optional dependencies)
29-
maven { url 'https://repo.spring.io/plugins-release' }
29+
maven { url 'https://repo.spring.io/plugins-release-local' }
3030

3131
// For Elasticsearch snapshots.
3232
if (localRepo) {

0 commit comments

Comments
 (0)