mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
CORDA-1985: Upgrade Enterprise modules to Capsule 1.0.3.
This commit is contained in:
parent
92c93630ad
commit
ea38c35792
@ -64,6 +64,10 @@ jar {
|
||||
baseName 'corda-firewall'
|
||||
}
|
||||
|
||||
capsule {
|
||||
version capsule_version
|
||||
}
|
||||
|
||||
task buildFirewallJar(type: FatCapsule, dependsOn: project(':bridge').jar) {
|
||||
applicationClass 'net.corda.bridge.Firewall'
|
||||
archiveName "corda-firewall-${corda_release_version}.jar"
|
||||
|
@ -134,6 +134,10 @@ jar {
|
||||
zip64 = true
|
||||
}
|
||||
|
||||
capsule {
|
||||
version capsule_version
|
||||
}
|
||||
|
||||
// For building a runnable jar with no other dependencies for remote JMeter slave server, that has Corda code on classpath.
|
||||
// Run with: java -jar jmeter-corda-<version>.jar
|
||||
// No additional args required but will be passed if specified.
|
||||
|
@ -29,6 +29,10 @@ jar {
|
||||
}
|
||||
}
|
||||
|
||||
capsule {
|
||||
version capsule_version
|
||||
}
|
||||
|
||||
task buildClientJar(type: FatCapsule) {
|
||||
applicationClass mainClassName
|
||||
baseName "notaryhealthcheck-client"
|
||||
@ -47,4 +51,4 @@ publish {
|
||||
name "corda-notary-healthcheck-client"
|
||||
}
|
||||
|
||||
assemble.dependsOn buildClientJar
|
||||
assemble.dependsOn buildClientJar
|
||||
|
Loading…
x
Reference in New Issue
Block a user