Archived
0

update gradle config

(cherry picked from commit f1628555ef)
This commit is contained in:
2019-01-27 00:20:25 +03:00
parent 77808aa67b
commit 3ce7dc2544

View File

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