Merge branch 'development' into CORE-12019/Better-CordaStatusQueries-impl
This commit is contained in:
commit
3bad0b9c20
@ -1,5 +0,0 @@
|
|||||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
|
||||||
|
|
||||||
cordaNexusScanPipeline(
|
|
||||||
nexusAppId: 'com.corda.CSDE-Java.5.0'
|
|
||||||
)
|
|
@ -56,8 +56,6 @@ dependencies {
|
|||||||
extension = 'cpb'
|
extension = 'cpb'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation "org.codehaus.groovy:groovy-json:3.0.9"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// task groupings
|
// 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
|
// 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'
|
def notaryCpiName = 'CSDE Notary Server CPI'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user