mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Include the deterministic test-data.jar in the build's assembly. (#3784)
This commit is contained in:
parent
7ec41fba43
commit
f979d9d3cf
@ -23,6 +23,7 @@ test {
|
||||
includeTestsMatching "net.corda.deterministic.data.GenerateData"
|
||||
}
|
||||
}
|
||||
assemble.finalizedBy test
|
||||
|
||||
artifacts {
|
||||
testData file: file("$buildDir/test-data.jar"), type: 'jar', builtBy: test
|
||||
|
Loading…
Reference in New Issue
Block a user