mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 01:32:55 -05:00
Upgrades groovy version.
This commit is contained in:
@@ -25,8 +25,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.codehaus.groovy:groovy:2.1.7'
|
||||
compile 'org.codehaus.groovy:groovy-templates:2.1.7'
|
||||
compile 'org.codehaus.groovy:groovy:2.3.5'
|
||||
compile 'org.codehaus.groovy:groovy-templates:2.3.5'
|
||||
testCompile 'junit:junit:4.11'
|
||||
testCompile 'info.cukes:cucumber-groovy:1.1.5'
|
||||
testCompile 'info.cukes:cucumber-junit:1.1.5'
|
||||
@@ -112,4 +112,4 @@ task installModules(type: Copy, dependsOn: [cleanInstallModules, prepareScripts]
|
||||
exclude "gvm-init.sh"
|
||||
}
|
||||
|
||||
task install(dependsOn: [installInit, installModules])
|
||||
task install(dependsOn: [installInit, installModules])
|
||||
|
||||
Reference in New Issue
Block a user