mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Add mavenCentral() to pluginManagement repositories
Update the pluginManagement repositories used by Grade to include `mavenCentral()` since `gradlePluginPortal()` has been suffering from timeouts recently.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user