File tree Expand file tree Collapse file tree
src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ plugins {
2626// Define the set of repositories required to fetch and enable plugins.
2727repositories {
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" ) }
Original file line number Diff line number Diff 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/" }
You can’t perform that action at this time.
0 commit comments