We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b53af3 commit 0882c75Copy full SHA for 0882c75
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -36,8 +36,8 @@ class Repositories {
36
return
37
}
38
39
- mavenCentral()
40
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
+ mavenCentral()
41
mavenLocal()
42
43
// For Confluent Kafka dependencies
@@ -69,8 +69,8 @@ class Repositories {
69
project.offlineDependencies {
70
repositories {
71
72
73
74
maven { url "https://plugins.gradle.org/m2/" }
75
maven { url "https://repo.spring.io/plugins-release" }
76
maven { url "https://packages.confluent.io/maven/" }
0 commit comments