Merged in add-needed-build-variables (pull request #162)

build: add back applicationDefaultJvmArgs, mainClassName variables
This commit is contained in:
Andras Slemmer 2016-06-17 10:51:38 +01:00
commit c2f5580293

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.