cleanup missed references to matrix sourceSet
This commit is contained in:
parent
bd7b54a4ea
commit
7cda27b6aa
|
@ -53,8 +53,6 @@ compileTestJava.options.define(compilerArgs: ["-proc:none"])
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Process 'bundle resources' for the packaging tests
|
// Process 'bundle resources' for the packaging tests
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
processTestResources.dependsOn copyBundleResources
|
|
||||||
|
|
||||||
bundlesTargetDir = file( "${buildDir}/bundles" )
|
bundlesTargetDir = file( "${buildDir}/bundles" )
|
||||||
task copyBundleResources (type: Copy) {
|
task copyBundleResources (type: Copy) {
|
||||||
from file('src/test/bundles')
|
from file('src/test/bundles')
|
||||||
|
@ -71,4 +69,5 @@ task copyBundleResources (type: Copy) {
|
||||||
bundlesTargetDir.mkdirs()
|
bundlesTargetDir.mkdirs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
processTestResources.dependsOn copyBundleResources
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue