mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Gradle cache friendly Junit test fix. (#4044)
This commit is contained in:
parent
d9ea19855f
commit
d987f18871
@ -22,6 +22,9 @@ test {
|
|||||||
// Running this class is the whole point, so include it explicitly.
|
// Running this class is the whole point, so include it explicitly.
|
||||||
includeTestsMatching "net.corda.deterministic.data.GenerateData"
|
includeTestsMatching "net.corda.deterministic.data.GenerateData"
|
||||||
}
|
}
|
||||||
|
// force execution of these tests to generate artifacts required by other module (eg. VerifyTransactionTest)
|
||||||
|
// note: required by Gradle Build Cache.
|
||||||
|
outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
assemble.finalizedBy test
|
assemble.finalizedBy test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user