mirror of
https://github.com/corda/corda.git
synced 2025-02-04 18:22:29 +00:00
Rename jar to make easier to deploy with wildcard filters.
This commit is contained in:
parent
501f6c4a1a
commit
2650be356b
@ -76,7 +76,7 @@ jar {
|
||||
// No additional args required but will be passed if specified.
|
||||
task buildJMeterJAR(type: FatCapsule, dependsOn: 'jar') {
|
||||
applicationClass 'net.corda.jmeter.Launcher'
|
||||
archiveName "corda-jmeter-${corda_release_version}.jar"
|
||||
archiveName "jmeter-corda-${corda_release_version}.jar"
|
||||
applicationSource = files(
|
||||
project(':tools:jmeter').jar
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user