oops..
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user