Przeglądaj źródła

Use repo.spring.io/release for plugin repository

Issue gh-578
Joe Grandja 3 lat temu
rodzic
commit
165d290374
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

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