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
@@ -25,7 +25,7 @@ dependencies {
compile project(path: ':backend.native', configuration: 'cli_bc')
}
def dist = rootProject.file('dist').absolutePath
def dist = distDir.absolutePath
def suffix = isWindows() ? ".bat" : ""
// TODO: Ideally we want to write just konanArtifacts{} clause here,