mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Fixed issues detecting tests caused by changes to directory structures in gradle.
This commit is contained in:
@ -64,7 +64,7 @@ applicationDistribution.into("bin") {
|
||||
}
|
||||
|
||||
task integrationTest(type: Test) {
|
||||
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||
testClassesDirs = sourceSets.integrationTest.output.classesDirs
|
||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user