mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 06:20:50 +02:00
build(komga): fix gradle task ordering
This commit is contained in:
parent
5ea40c5043
commit
8015965587
1 changed files with 1 additions and 0 deletions
|
|
@ -313,5 +313,6 @@ configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
|
|||
project.afterEvaluate {
|
||||
tasks.named("forkedSpringBootRun") {
|
||||
mustRunAfter(tasks.bootJar)
|
||||
mustRunAfter(tasks.jar)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue