Skip to content

Commit 0882c75

Browse files
committed
Use google mirror first.
1 parent 7b53af3 commit 0882c75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class Repositories {
3636
return
3737
}
3838

39-
mavenCentral()
4039
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
40+
mavenCentral()
4141
mavenLocal()
4242

4343
// For Confluent Kafka dependencies
@@ -69,8 +69,8 @@ class Repositories {
6969
project.offlineDependencies {
7070
repositories {
7171
mavenLocal()
72-
mavenCentral()
7372
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
73+
mavenCentral()
7474
maven { url "https://plugins.gradle.org/m2/" }
7575
maven { url "https://repo.spring.io/plugins-release" }
7676
maven { url "https://packages.confluent.io/maven/" }

0 commit comments

Comments
 (0)