Use repo.spring.io/release for plugin repository

Issue gh-578
This commit is contained in:
Joe Grandja
2022-01-18 06:48:04 -05:00
parent 9614a252c9
commit 165d290374

View File

@@ -1,7 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/release' }
}
}