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 }