add repos
This commit is contained in:
parent
e1da0ed798
commit
f66316bc24
@ -132,6 +132,7 @@ subprojects {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@ -220,6 +221,12 @@ subprojects {
|
||||
task run(dependsOn: createdTasks)
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
configure(subprojects - project(':onjava')) {
|
||||
dependencies {
|
||||
compile project(':onjava')
|
||||
|
Loading…
x
Reference in New Issue
Block a user