Skip to content

Commit 7b53af3

Browse files
committed
Add google maven mirror to repositories.
1 parent 98226fa commit 7b53af3

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ plugins {
2626
// Define the set of repositories required to fetch and enable plugins.
2727
repositories {
2828
maven { url = uri("https://plugins.gradle.org/m2/") }
29+
maven { url = uri("https://maven-central.storage-download.googleapis.com/maven2/") }
2930
maven {
3031
url = uri("https://repo.spring.io/plugins-release/")
3132
content { includeGroup("io.spring.gradle") }

buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Repositories {
3737
}
3838

3939
mavenCentral()
40+
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
4041
mavenLocal()
4142

4243
// For Confluent Kafka dependencies
@@ -69,6 +70,7 @@ class Repositories {
6970
repositories {
7071
mavenLocal()
7172
mavenCentral()
73+
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
7274
maven { url "https://plugins.gradle.org/m2/" }
7375
maven { url "https://repo.spring.io/plugins-release" }
7476
maven { url "https://packages.confluent.io/maven/" }

0 commit comments

Comments
 (0)