Fix Build

This commit is contained in:
2024-08-18 11:21:39 +02:00
parent fd7fe8c305
commit f69f7ae294
+4
View File
@@ -37,6 +37,10 @@ ktor {
} }
} }
tasks.build {
finalizedBy(tasks.buildFatJar)
}
dependencies { dependencies {
implementation(libs.logback) implementation(libs.logback)
implementation(libs.ktor) implementation(libs.ktor)