mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Fixed issues detecting tests caused by changes to directory structures in gradle.
This commit is contained in:
@ -85,7 +85,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
||||
}
|
||||
|
||||
task integrationTest(type: Test, dependsOn: []) {
|
||||
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||
testClassesDirs = sourceSets.integrationTest.output.classesDirs
|
||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user