build: add back applicationDefaultJvmArgs, mainClassName variables

This commit is contained in:
Andras Slemmer 2016-06-17 10:49:43 +01:00
parent f06487aa4c
commit 2c6ed9223e

View File

@ -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.