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:
parent
2cee63491d
commit
18b8e4ec5c
|
|
@ -1,5 +1,6 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue