mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 16:59:08 +01:00
avoid creating the jar befre the front-end is copied
This commit is contained in:
parent
2f116b40b2
commit
d1fa857ffb
@ -211,5 +211,9 @@ tasks.named("run") {
|
||||
dependsOn("formatKotlin", "lintKotlin")
|
||||
}
|
||||
|
||||
tasks.named("processResources") {
|
||||
mustRunAfter(":webUI:copyBuild")
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user