Search for spring gradle plugin milestones in the snapshot repo

This commit is contained in:
Roy Clarkson
2025-03-19 15:22:43 -04:00
parent 829936a083
commit 978c06df74

View File

@@ -23,8 +23,8 @@ pluginManagement {
}
repositories {
gradlePluginPortal()
maven { url "https://repo.spring.io/plugins-release" }
if (version.endsWith('-SNAPSHOT')) {
mavenCentral()
if (version =~ /((-M|-RC)[0-9]+|-SNAPSHOT)$/) {
maven { url "https://repo.spring.io/plugins-snapshot" }
}
}