Groovy Plugin not loaded (groovy not enabled as pluggable script provider), closes #581.
This commit is contained in:
parent
8e8a3a894f
commit
a450deee5f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue