migrate to groovy 3.0.4

This commit is contained in:
Zlatin Balevsky
2020-06-01 13:40:28 +01:00
parent f0aaa83b7f
commit af218a369c
3 changed files with 5 additions and 5 deletions

View File

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