[kotlin-native][build] clean task fix

This commit is contained in:
Vasily Levchenko
2021-04-22 11:24:52 +02:00
committed by Space
parent 24d792fb49
commit 1ae41443a2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ext {
Collection<EndorsedLibraryInfo> endorsedLibrariesList = ext.endorsedLibraries.values()
task clean {
doLast {
doFirst {
delete buildDir
}
}