mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +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…
Reference in New Issue
Block a user