Skip to content

Commit

Permalink
Fix server build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 18, 2025
1 parent 0ade4b8 commit 086fbab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id("buildsrc.convention.kotlin-jvm")
application
}

dependencies {
Expand All @@ -14,5 +15,8 @@ dependencies {
implementation(libs.ktor.server.content.negotiation)
implementation(libs.kotlin.logging)
implementation(libs.logback.classic)
}

application {
mainClass = "dev.schlaubi.gtakiller.ServerKt"
}

0 comments on commit 086fbab

Please sign in to comment.