Skip to content

Commit

Permalink
Update example toolchain to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jul 29, 2023
1 parent 5e887b8 commit 22f62d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

kotlin {
jvmToolchain(19)
jvmToolchain(20)
jvm {
withJava()
}
Expand Down Expand Up @@ -55,10 +55,6 @@ kotlin {
}
}

java {
sourceCompatibility = JavaVersion.VERSION_20
}

tasks {
withType<JavaCompile> {
options.compilerArgs.add("--enable-preview")
Expand Down

0 comments on commit 22f62d9

Please sign in to comment.