mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +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.
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user