mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
build: add comments on added lines
This commit is contained in:
@ -46,7 +46,9 @@ configurations {
|
|||||||
runtime.exclude module: 'isolated'
|
runtime.exclude module: 'isolated'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This is required for quasar. I think.
|
||||||
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
applicationDefaultJvmArgs = ["-javaagent:${configurations.quasar.singleFile}"]
|
||||||
|
// Needed by the :startScripts task
|
||||||
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
mainClassName = 'com.r3corda.demos.TraderDemoKt'
|
||||||
|
|
||||||
// To find potential version conflicts, run "gradle htmlDependencyReport" and then look in
|
// To find potential version conflicts, run "gradle htmlDependencyReport" and then look in
|
||||||
|
Reference in New Issue
Block a user