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.
plugins-release
local
1 parent 32ec26e commit 37f9b32Copy full SHA for 37f9b32
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
repositories {
5
mavenCentral()
6
gradlePluginPortal()
7
- maven { url 'https://repo.spring.io/plugins-release-local' }
+ maven { url 'https://repo.spring.io/plugins-release' }
8
if (version.endsWith('SNAPSHOT')) {
9
maven { url 'https://repo.spring.io/snapshot' }
10
}
0 commit comments