Replace libs-snapshot

This commit is contained in:
Marcus Da Coregio
2023-05-30 16:49:54 -03:00
parent 2f8a63dbe3
commit abacf841f0

View File

@@ -3,7 +3,7 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
resolutionStrategy {
eachPlugin {