We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1da0ed commit f66316bCopy full SHA for f66316b
1 file changed
build.gradle
@@ -132,6 +132,7 @@ subprojects {
132
133
repositories {
134
mavenLocal()
135
+ jcenter()
136
mavenCentral()
137
}
138
@@ -220,6 +221,12 @@ subprojects {
220
221
task run(dependsOn: createdTasks)
222
223
224
+repositories {
225
+ mavenLocal()
226
227
+ mavenCentral()
228
+}
229
+
230
configure(subprojects - project(':onjava')) {
231
dependencies {
232
compile project(':onjava')
0 commit comments