Fix clean task after dependencies path change
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user