We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edb26f commit 870cc22Copy full SHA for 870cc22
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -81,6 +81,7 @@ class Repositories {
81
jcenter()
82
maven { url "https://plugins.gradle.org/m2/" }
83
maven { url "https://repo.spring.io/plugins-release" }
84
+ maven { url "https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release" }
85
maven { url "https://packages.confluent.io/maven/" }
86
maven { url project.offlineRepositoryRoot }
87
}
0 commit comments