Archived
0

update gradle config

This commit is contained in:
2018-12-26 23:04:49 +03:00
parent 467ef26468
commit f1628555ef

View File

@@ -108,6 +108,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()