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
|
||||
}
|
||||
/* 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user