Added CDDL notice to zip.

This commit is contained in:
Clinton Alexander 2017-02-24 21:57:34 +00:00
parent f091659b7c
commit c2b401682b

View File

@ -225,5 +225,6 @@ task buildDependenciesZip(type: Zip) {
baseName 'corda-deps'
from configurations.runtime
from configurations.compile
from 'node/capsule/NOTICE' // CDDL notice
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}