mirror of
https://github.com/corda/corda.git
synced 2025-03-11 06:54:04 +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.
|
||||
|
||||
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
||||
mainClassName = 'demos.TraderDemoKt'
|
||||
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
||||
|
||||
tasks.withType(Test) {
|
||||
jvmArgs "-javaagent:${configurations.quasar.singleFile}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user