mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
CORDA-3644: Add Corda-Testing tag to core-test-utils manifest.
This commit is contained in:
parent
dcf659e643
commit
35f7cd349f
@ -16,6 +16,11 @@ dependencies {
|
||||
|
||||
jar {
|
||||
baseName 'corda-core-test-utils'
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user