Use plugins-release repo, not local one

This commit is contained in:
Artem Bilan
2022-11-08 09:38:38 -05:00
parent 32ec26e253
commit 37f9b32033

View File

@@ -4,7 +4,7 @@ buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release-local' }
maven { url 'https://repo.spring.io/plugins-release' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }
}