dependencies: Redownload unstable dependencies
This commit is contained in:
Vendored
+4
@@ -268,3 +268,7 @@ TargetManager.enabled.each { target ->
|
||||
task update(type: Copy) {
|
||||
dependsOn tasks.withType(NativeDep)
|
||||
}
|
||||
|
||||
task rmDotKonan(type: Delete) {
|
||||
delete "${System.getProperty("user.home")}/.konan"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user