From 96d8d4b9d5bbe010fd5655178f594f23b44ef66e Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Fri, 17 Jun 2016 11:02:43 +0100 Subject: [PATCH] build: add comments on added lines --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index d80d4d03bb..2f4fdfeab0 100644 --- a/build.gradle +++ b/build.gradle @@ -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