Skip to content

Commit

Permalink
update kotlin options
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 30, 2024
1 parent 31c99bc commit 19bd662
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import org.incendo.cloudbuildlogic.jmp
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
`kotlin-dsl`
Expand Down Expand Up @@ -74,12 +75,8 @@ kotlin {
jvmToolchain {
languageVersion = JavaLanguageVersion.of(8)
}
target {
compilations.configureEach {
kotlinOptions {
jvmTarget = "1.8"
}
}
compilerOptions {
jvmTarget = JvmTarget.JVM_1_8
}
}

Expand Down

0 comments on commit 19bd662

Please sign in to comment.