mirror of
https://github.com/corda/corda.git
synced 2025-06-21 00:23:09 +00:00
CORDA-3644: Add Corda-Testing tag to test artifacts' MANIFEST.MF. (#6032)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user