Skip to content

Commit

Permalink
Standardized the Groovy version used throughout the build to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 2, 2015
1 parent e8c1a87 commit d21e03e
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 @@ -191,7 +191,7 @@ subprojects {
exclude module: "spock-core"
exclude module: "slf4j-api"
}
testCompile("org.codehaus.groovy:groovy-all:2.4.1")
testCompile("org.codehaus.groovy:groovy-all:${groovyVersion}")
testCompile 'org.assertj:assertj-core:1.7.1'
}

Expand Down

0 comments on commit d21e03e

Please sign in to comment.