Archived
0

update gradle config

(cherry picked from commit f1628555ef)
This commit is contained in:
2019-01-12 21:46:09 +03:00
parent 04d25aaf65
commit aa9bb7bbf4

View File

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