Skip to content

Commit

Permalink
Upgrade Groovy to 2.5.2
Browse files Browse the repository at this point in the history
In the -groovy-2.5 variant.
  • Loading branch information
szpak authored and leonard84 committed Aug 26, 2018
1 parent b7d80d0 commit eeb1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
minGroovyVersion = "2.4.0"
groovyDependency = "org.codehaus.groovy:groovy-all:${groovyVersion}"
} else if (variant == 2.5) {
groovyVersion = "2.5.0"
groovyVersion = "2.5.2"
minGroovyVersion = "2.5.0"
groovyDependency = [
"org.codehaus.groovy:groovy:${groovyVersion}",
Expand Down

0 comments on commit eeb1e14

Please sign in to comment.