Include the deterministic test-data.jar in the build's assembly. (#3784)

This commit is contained in:
Chris Rankin 2018-08-14 18:33:12 +01:00 committed by GitHub
parent 7ec41fba43
commit f979d9d3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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