Skip to content

Commit

Permalink
add junit to the test dep when running groovy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Sep 26, 2011
1 parent 8a63e58 commit 79b63b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lang/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '1.8.2'
distLib('org.codehaus.groovy:groovy-all:1.8.2') { transitive = false }
//testCompile('junit:junit:4.8.1') {transitive = false}
testCompile('junit:junit:4.8.1') {transitive = false}
}

task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << {
Expand Down

0 comments on commit 79b63b3

Please sign in to comment.