From f3cff24fa427b47b6431a5516ac1abd839b4fb7c Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Thu, 16 Aug 2018 00:32:30 +0300 Subject: [PATCH] oops.. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 6db4f4a..8735a6b 100644 --- a/build.gradle +++ b/build.gradle @@ -59,13 +59,13 @@ task runApp(type: JavaExec) { classpath += prj.sourceSets.main.runtimeClasspath } /* Uncomment, if your Log Implements are folder '{workDir}/log-impl' */ - classpath += files(fileTree(dir: new File(workingDir, "log-impl"))) + //classpath += files(fileTree(dir: new File(workingDir, "log-impl"))) /* Uncomment, if you used VM args */ - jvmArgs = [ - "-DspringConfig=spring-flat.xml", - "-Dlog4j.configurationFile=log4j2.xml" - ] + //jvmArgs = [ + // "-DspringConfig=spring-flat.xml", + // "-Dlog4j.configurationFile=log4j2.xml" + //] ignoreExitValue = true }