2018-07-09 23:26:47 +01:00
|
|
|
subprojects {
|
|
|
|
apply plugin: 'groovy'
|
|
|
|
|
|
|
|
dependencies {
|
2019-09-22 16:13:12 +01:00
|
|
|
compile 'net.i2p:i2p:0.9.42'
|
2019-06-02 01:20:55 +01:00
|
|
|
compile 'org.codehaus.groovy:groovy-all:2.4.15'
|
2018-07-09 23:26:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
compileGroovy {
|
|
|
|
groovyOptions.optimizationOptions.indy = true
|
|
|
|
}
|
|
|
|
|
2018-07-09 21:17:20 +01:00
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|