get rid of dependency on groovy-all

pull/34/head
Zlatin Balevsky 2019-12-23 21:16:24 +00:00
parent 74ac4cfecf
commit 32609b4779
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ subprojects {
apply plugin: 'groovy'
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.15'
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'
}
compileGroovy {