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 6eb5b7c commit 35b0946Copy full SHA for 35b0946
buildSrc/build.gradle
@@ -26,7 +26,7 @@ repositories {
26
mavenCentral()
27
28
// For resolving propdeps (provided/optional dependencies)
29
- maven { url 'https://repo.spring.io/plugins-release' }
+ maven { url 'https://repo.spring.io/plugins-release-local' }
30
31
// For Elasticsearch snapshots.
32
if (localRepo) {
0 commit comments