Skip to content

Commit 8042f9c

Browse files
authored
Add Maven Central as a fallback for dependency download (#1710)
To reduce flaky CI builds when JCenter is experiencing a blip
1 parent 42fd8c7 commit 8042f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ subprojects {
5151

5252
repositories {
5353
jcenter()
54+
mavenCentral()
5455
}
5556

5657
shadowJar {

0 commit comments

Comments
 (0)