Groovy Plugin not loaded (groovy not enabled as pluggable script provider), closes #581.

This commit is contained in:
kimchy 2010-12-30 16:21:08 +02:00
parent 8e8a3a894f
commit a450deee5f
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ configurations.compile.transitive = true
configurations.testCompile.transitive = true
// no need to use the resource dir
sourceSets.main.resources.srcDirs 'src/main/groovy'
sourceSets.test.resources.srcDirs 'src/test/groovy'
sourceSets.main.resources.srcDirs 'src/main/groovy', 'src/main/java'
sourceSets.test.resources.srcDirs 'src/test/groovy', 'src/test/java'
// add the source files to the dist jar
//jar {