CORDA-3644: Add Corda-Testing tag to test artifacts' MANIFEST.MF. (#6032)

This commit is contained in:
Rick Parker
2020-03-05 17:39:55 +00:00
committed by GitHub
parent 60a74c0399
commit e5a8888232
10 changed files with 70 additions and 11 deletions

View File

@ -16,6 +16,11 @@ dependencies {
jar {
baseName 'corda-test-db'
manifest {
// This JAR is part of Corda's testing framework.
// Driver will not include it as part of an out-of-process node.
attributes('Corda-Testing': true)
}
}
publish {