dependencies: Redownload unstable dependencies

This commit is contained in:
Ilya Matveev
2017-11-24 16:54:14 +07:00
committed by ilmat192
parent a7662098d4
commit 044cced42b
2 changed files with 29 additions and 9 deletions
+4
View File
@@ -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"
}