Skip to content

Commit

Permalink
fix: jooq compile
Browse files Browse the repository at this point in the history
  • Loading branch information
FllipEis committed Dec 26, 2024
1 parent 06d5a61 commit 68c4d1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metrics-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ application {
mainClass = "app.simplecloud.droplet.metrics.runtime.launcher.LauncherKt"
}

tasks.named("compileKotlin") {
dependsOn(tasks.jooqCodegen)
}

sourceSets {
main {
java {
Expand Down

0 comments on commit 68c4d1c

Please sign in to comment.