migrate to groovy 3.0.4

pull/53/head
Zlatin Balevsky 2020-06-01 13:40:28 +01:00
parent f0aaa83b7f
commit af218a369c
No known key found for this signature in database
GPG Key ID: A72832072D525E41
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 {

View File

@ -12,7 +12,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testImplementation 'junit:junit:4.12'
testImplementation 'org.codehaus.groovy:groovy-all:2.4.15'
testImplementation 'org.codehaus.groovy:groovy-all:3.0.4'
}

View File

@ -1,7 +1,7 @@
group = com.muwire
version = 0.7.1
i2pVersion = 0.9.46
groovyVersion = 2.4.15
groovyVersion = 3.0.4
slf4jVersion = 1.7.25
spockVersion = 1.1-groovy-2.4
grailsVersion=4.0.0