Removing releases repository

This commit is contained in:
Alberto C. Ríos
2023-01-19 15:48:23 +01:00
parent f3ee6fd2df
commit 6d41265166

View File

@@ -13,7 +13,6 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/release" }
if (version =~ /((-M|-RC)[0-9]+|-SNAPSHOT)$/) {
maven { url "https://repo.spring.io/milestone" }
}