add junit to the test dep when running groovy tests

This commit is contained in:
Shay Banon 2011-09-26 21:20:25 +03:00
parent 8a63e58e1a
commit 79b63b3e07
1 changed files with 1 additions and 1 deletions

View File

@ -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') << {