Skip to content

Commit

Permalink
build(komga): fix gradle task ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Sep 11, 2023
1 parent 5ea40c5 commit 8015965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,6 @@ configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
project.afterEvaluate {
tasks.named("forkedSpringBootRun") {
mustRunAfter(tasks.bootJar)
mustRunAfter(tasks.jar)
}
}

0 comments on commit 8015965

Please sign in to comment.