Archived
0
This commit is contained in:
2018-08-16 00:32:30 +03:00
parent 9d93695d3c
commit f3cff24fa4

View File

@@ -59,13 +59,13 @@ task runApp(type: JavaExec) {
classpath += prj.sourceSets.main.runtimeClasspath classpath += prj.sourceSets.main.runtimeClasspath
} }
/* Uncomment, if your Log Implements are folder '{workDir}/log-impl' */ /* 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 */ /* Uncomment, if you used VM args */
jvmArgs = [ //jvmArgs = [
"-DspringConfig=spring-flat.xml", // "-DspringConfig=spring-flat.xml",
"-Dlog4j.configurationFile=log4j2.xml" // "-Dlog4j.configurationFile=log4j2.xml"
] //]
ignoreExitValue = true ignoreExitValue = true
} }