2018-07-09 23:26:47 +01:00
|
|
|
subprojects {
|
|
|
|
apply plugin: 'groovy'
|
|
|
|
|
|
|
|
dependencies {
|
2019-12-23 21:16:24 +00:00
|
|
|
compile 'org.codehaus.groovy:groovy:2.4.15'
|
|
|
|
compile 'org.codehaus.groovy:groovy-jsr223:2.4.15'
|
|
|
|
compile 'org.codehaus.groovy:groovy-json: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()
|
|
|
|
}
|
|
|
|
}
|