Merge pull request #33 from corda/CORE-12019/Add-one-more-vNode

CORE-12019 Add some comments and Remove unused dependency
This commit is contained in:
egabrovski-r3 2023-03-28 13:55:30 +03:00 committed by GitHub
commit 1d1d8a7426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,6 @@ dependencies {
extension = 'cpb'
}
}
implementation "org.codehaus.groovy:groovy-json:3.0.9"
}
// task groupings
@ -85,7 +83,7 @@ def workflowBuildDir = rootDir.toString() + "/workflows/build"
// todo: Need to read things from cordapp plugin - the cordapp names will be changed by the user
def appCpiName = 'cpi name'
def appCpiName = 'cpi name' // !!! this must match with the cpi name in /config/static-network-config.json
def notaryCpiName = 'CSDE Notary Server CPI'