mirror of
https://github.com/corda/corda.git
synced 2025-05-02 08:43:15 +00:00
Merge pull request #6047 from corda/chrisr3-core-testing
CORDA-3644: Add Corda-Testing tag to core-test-utils manifest.
This commit is contained in:
commit
68bb7a0e7b
@ -16,6 +16,11 @@ dependencies {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName 'corda-core-test-utils'
|
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 {
|
publish {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user