mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
Merged add-needed-build-variables into master
This commit is contained in:
commit
60d175da02
@ -46,7 +46,9 @@ configurations {
|
||||
runtime.exclude module: 'isolated'
|
||||
}
|
||||
|
||||
// This is required for quasar. I think.
|
||||
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
||||
// Needed by the :startScripts task
|
||||
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
||||
|
||||
// To find potential version conflicts, run "gradle htmlDependencyReport" and then look in
|
||||
|
Loading…
Reference in New Issue
Block a user