Skip to content

Commit 9882ce8

Browse files
committed
Remove repo.spring.io/plugins-release from Gradle
The https://repo.spring.io/plugins-release requires an authentication now. Replace it with a `mavenCentral()`
1 parent 8a7293c commit 9882ce8

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
@@ -3,7 +3,7 @@ buildscript {
33
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
44
repositories {
55
gradlePluginPortal()
6-
maven { url 'https://repo.spring.io/plugins-release' }
6+
mavenCentral()
77
if (version.endsWith('SNAPSHOT')) {
88
maven { url 'https://repo.spring.io/snapshot' }
99
}

0 commit comments

Comments
 (0)