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