mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 00:31:49 +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")
|
dependsOn("formatKotlin", "lintKotlin")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named("processResources") {
|
||||||
|
mustRunAfter(":webUI:copyBuild")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user