change groovy version to match griffon

This commit is contained in:
Zlatin Balevsky
2019-06-02 01:20:55 +01:00
parent de856cd085
commit 5c17e77190

View File

@@ -3,7 +3,7 @@ subprojects {
dependencies {
compile 'net.i2p:i2p:0.9.40'
compile 'org.codehaus.groovy:groovy-all:2.5.7'
compile 'org.codehaus.groovy:groovy-all:2.4.15'
}
compileGroovy {