mirror of
https://github.com/corda/corda.git
synced 2025-05-09 12:02:56 +00:00
Correct main application class name
This commit is contained in:
parent
ab5fc4a1d5
commit
3a27ca5989
@ -73,7 +73,7 @@ dependencies {
|
|||||||
// In Java 9 (hopefully) the requirement to annotate methods as @Suspendable will go away.
|
// In Java 9 (hopefully) the requirement to annotate methods as @Suspendable will go away.
|
||||||
|
|
||||||
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
||||||
mainClassName = 'demos.TraderDemoKt'
|
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
||||||
|
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
jvmArgs "-javaagent:${configurations.quasar.singleFile}"
|
jvmArgs "-javaagent:${configurations.quasar.singleFile}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user