We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf6f9d commit 35ee1e3Copy full SHA for 35ee1e3
3 files changed
build-tools/build-infra-shadow/build.gradle
@@ -24,6 +24,9 @@ plugins {
24
25
repositories {
26
mavenCentral()
27
+ maven {
28
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
29
+ }
30
gradlePluginPortal()
31
}
32
build-tools/build-infra/build.gradle
@@ -22,6 +22,9 @@ plugins {
22
23
settings.gradle
@@ -18,6 +18,9 @@
18
pluginManagement {
19
20
21
0 commit comments