Skip to content

Commit

Permalink
chore: update jvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnorman committed Jun 2, 2024
1 parent 8070b4e commit 1a54f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ val sourceJar by tasks.creating(Jar::class) {

tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "1.17"
jvmTarget = "1.21"
}
}

Expand Down

0 comments on commit 1a54f38

Please sign in to comment.