Skip to content

Commit

Permalink
Removed jvm target version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Aug 15, 2023
1 parent 72946ee commit 6a1789a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ val postgresVersion = "42.6.0"
val embeddedPostgresVersion = "2.0.4"
val commonsCodecVersion = "1.16.0"
val ktfmtVersion = "0.44"
val jvmVersion= "17"

application {
mainClass.set("no.nav.syfo.ApplicationKt")
Expand Down Expand Up @@ -138,10 +137,6 @@ tasks {
println(project.version)
}
}
withType<KotlinCompile> {
kotlinOptions.jvmTarget = jvmVersion
}


withType<ShadowJar> {
transform(ServiceFileTransformer::class.java) {
Expand Down

0 comments on commit 6a1789a

Please sign in to comment.