@@ -147,6 +147,8 @@ task runServer(type: JavaExec) {
|
||||
|
||||
if (System.getProperty("logImplDir") != null) {
|
||||
classpath += files(fileTree(dir: new File(System.getProperty("logImplDir"))))
|
||||
} else {
|
||||
classpath += files(fileTree(dir: new File(workingDir, "log-impl")))
|
||||
}
|
||||
|
||||
System.getProperties().stringPropertyNames().stream()
|
||||
|
||||
Reference in New Issue
Block a user