mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +00:00
[CORDA-2249]: Specified unique applicationId in Capsule manifest. (#1585)
This commit is contained in:
parent
b411ad6665
commit
89ea638d05
@ -56,6 +56,7 @@ task buildCordaJAR(type: FatCapsule, dependsOn: project(':node').tasks.jar) {
|
||||
|
||||
capsuleManifest {
|
||||
applicationVersion = corda_release_version
|
||||
applicationId = "net.corda.node.CordaEnterprise"
|
||||
// See experimental/quasar-hook/README.md for how to generate.
|
||||
javaAgents = ["quasar-core-${quasar_version}-jdk8.jar=${quasarExcludeExpression}"]
|
||||
systemProperties['visualvm.display.name'] = 'CordaEnterprise'
|
||||
|
Loading…
x
Reference in New Issue
Block a user