Skip to content

Commit 37f9b32

Browse files
committed
Use plugins-release repo, not local one
1 parent 32ec26e commit 37f9b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
repositories {
55
mavenCentral()
66
gradlePluginPortal()
7-
maven { url 'https://repo.spring.io/plugins-release-local' }
7+
maven { url 'https://repo.spring.io/plugins-release' }
88
if (version.endsWith('SNAPSHOT')) {
99
maven { url 'https://repo.spring.io/snapshot' }
1010
}

0 commit comments

Comments
 (0)