Skip to content

Commit

Permalink
Compile with groovyLocal to avoid problems when running tests in ecli…
Browse files Browse the repository at this point in the history
…pse.
  • Loading branch information
David Resnick committed Aug 23, 2013
1 parent 2055666 commit 066223d
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 @@ -24,7 +24,7 @@ dependencies {
compile gradleApi()
compile 'org.redline-rpm:redline:1.1.10+'

groovy 'org.codehaus.groovy:groovy:1.8.+'
compile localGroovy()

testCompile 'junit:junit:4.+'
testCompile([group: 'org.gmock', name: 'gmock', version: '0.8.2', transitive: false])
Expand Down

0 comments on commit 066223d

Please sign in to comment.