mirror of https://github.com/zlatinb/muwire
migrate to groovy 3.0.4
parent
f0aaa83b7f
commit
af218a369c
|
@ -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 {
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue