Fix clean task after dependencies path change

This commit is contained in:
Ilya Matveev
2017-10-30 18:46:50 +03:00
committed by ilmat192
parent ea422a87f3
commit 5f1dc68efc
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ task start(dependsOn: "${hostName}Start")
targetList.each { target ->
def konanJvmArgs = ["-ea",
"-Dkonan.home=${project.parent.file('dist')}",
"-Dkonan.home=$distDir",
"-Djava.library.path=${project.buildDir}/nativelibs",
"-Dfile.encoding=UTF-8"]