de-hardcode groovy versions

pull/53/head
Zlatin Balevsky 2020-06-06 14:01:32 +01:00
parent a11c504271
commit fb32690c7c
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 3 additions and 3 deletions

View File

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