[K/N] Fix :kotlin-native:runtime:clean
The task erroneously deleted the build directory during configuration phase.
This commit is contained in:
committed by
Space Team
parent
7700921646
commit
e959e97992
@@ -502,7 +502,9 @@ val hostAssemble by tasks.registering {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.named("clean") {
|
tasks.named("clean") {
|
||||||
delete(layout.buildDirectory)
|
doLast {
|
||||||
|
delete(layout.buildDirectory)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// region: Stdlib
|
// region: Stdlib
|
||||||
|
|||||||
Reference in New Issue
Block a user