run won't get stuck now

This commit is contained in:
Aria Moradi
2021-09-09 05:15:51 +04:30
parent 55ec6bcafe
commit ae7d975a92
+1 -1
View File
@@ -162,7 +162,7 @@ tasks {
}
named("run") {
dependsOn("formatKotlin", "lintKotlin", "downloadWebUI")
dependsOn("formatKotlin", "lintKotlin")
}
named<Copy>("processResources") {