mirror of https://github.com/zlatinb/muwire
get rid of dependency on groovy-all
parent
74ac4cfecf
commit
32609b4779
|
@ -2,7 +2,9 @@ subprojects {
|
||||||
apply plugin: 'groovy'
|
apply plugin: 'groovy'
|
||||||
|
|
||||||
dependencies {
|
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 {
|
compileGroovy {
|
||||||
|
|
Loading…
Reference in New Issue