We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8609ec8 + e8f5eaa commit 1d24004Copy full SHA for 1d24004
build.gradle
@@ -45,11 +45,11 @@ repositories {
45
}
46
47
dependencies {
48
- // NOTE: groovy version included in Jenkins is 1.8.9
49
- runtime 'org.codehaus.groovy:groovy-all:1.8.9'
+ runtime 'org.codehaus.groovy:groovy-all:2.4.12'
+ compile 'org.codehaus.groovy:groovy-all:2.4.12'
50
compile 'org.yaml:snakeyaml:1.26'
51
52
- testCompile 'org.spockframework:spock-core:0.7-groovy-1.8'
+ testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
53
54
jenkinsPlugins 'org.jenkins-ci.plugins:matrix-project:1.6@jar'
55
0 commit comments