Skip to content

Commit

Permalink
Set jvm tool chain
Browse files Browse the repository at this point in the history
  • Loading branch information
austek committed May 19, 2024
1 parent 1e95479 commit 12fb58c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions drivers/jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ subprojects {
from sourceSets.main.allSource
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
implementation.set(JvmImplementation.VENDOR_SPECIFIC)
vendor.set(JvmVendorSpec.ADOPTIUM)
}
compileKotlin {
kotlinOptions.jvmTarget = '17'
}
compileTestKotlin {
kotlinOptions.jvmTarget = '17'
}

test {
Expand Down

0 comments on commit 12fb58c

Please sign in to comment.