We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52311 commit 842dcafCopy full SHA for 842dcaf
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -31,7 +31,7 @@ class Repositories {
31
}
32
33
project.repositories {
34
- maven { url project.offlineRepositoryRoot }
+ maven { url project.rootProject.file(project.offlineRepositoryRoot) }
35
36
// To run gradle in offline mode, one must first invoke
37
// 'updateOfflineRepository' to create an offline repo
@@ -86,7 +86,7 @@ class Repositories {
86
maven { url "https://plugins.gradle.org/m2/" }
87
maven { url "https://repo.spring.io/plugins-release" }
88
maven { url "https://packages.confluent.io/maven/" }
89
90
91
includeSources = false
92
includeJavadocs = false
0 commit comments