Skip to content

Commit 18b8e4e

Browse files
committed
Add mavenCentral() to pluginManagement repositories
Update the pluginManagement repositories used by Grade to include `mavenCentral()` since `gradlePluginPortal()` has been suffering from timeouts recently.
1 parent 2cee634 commit 18b8e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pluginManagement {
22
repositories {
3+
mavenCentral()
34
gradlePluginPortal()
45
maven { url "https://repo.spring.io/release" }
56
}

0 commit comments

Comments
 (0)