Browse Source

Replace libs-snapshot

Marcus Da Coregio 2 years ago
parent
commit
abacf841f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

@@ -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 {