Skip to content

Commit 35ee1e3

Browse files
Add maven mirror (#15542)
Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent 6cf6f9d commit 35ee1e3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

build-tools/build-infra-shadow/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ plugins {
2424

2525
repositories {
2626
mavenCentral()
27+
maven {
28+
url "https://maven-central.storage-download.googleapis.com/maven2/"
29+
}
2730
gradlePluginPortal()
2831
}
2932

build-tools/build-infra/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ plugins {
2222

2323
repositories {
2424
mavenCentral()
25+
maven {
26+
url "https://maven-central.storage-download.googleapis.com/maven2/"
27+
}
2528
gradlePluginPortal()
2629
}
2730

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
pluginManagement {
1919
repositories {
2020
mavenCentral()
21+
maven {
22+
url "https://maven-central.storage-download.googleapis.com/maven2/"
23+
}
2124
gradlePluginPortal()
2225
}
2326

0 commit comments

Comments
 (0)