mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
build: add back applicationDefaultJvmArgs, mainClassName variables
This commit is contained in:
parent
f06487aa4c
commit
2c6ed9223e
@ -46,6 +46,9 @@ configurations {
|
||||
runtime.exclude module: 'isolated'
|
||||
}
|
||||
|
||||
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
||||
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
||||
|
||||
// To find potential version conflicts, run "gradle htmlDependencyReport" and then look in
|
||||
// build/reports/project/dependencies/index.html for green highlighted parts of the tree.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user