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:
committed by
Stephane Nicoll
parent
3ac60147f3
commit
36dc4e4c5f
@@ -1,5 +1,6 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user