Skip to content

Commit

Permalink
Target to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 27, 2023
1 parent ce6a8ea commit ebd4153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies {
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>() {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "17"
}

0 comments on commit ebd4153

Please sign in to comment.