mirror of
https://github.com/corda/corda.git
synced 2025-05-11 13:03:08 +00:00
Added CDDL notice to zip.
This commit is contained in:
parent
f091659b7c
commit
c2b401682b
@ -225,5 +225,6 @@ task buildDependenciesZip(type: Zip) {
|
|||||||
baseName 'corda-deps'
|
baseName 'corda-deps'
|
||||||
from configurations.runtime
|
from configurations.runtime
|
||||||
from configurations.compile
|
from configurations.compile
|
||||||
|
from 'node/capsule/NOTICE' // CDDL notice
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user