Skip to content

Commit

Permalink
Downgrade JDK to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Feb 17, 2024
1 parent 6c6849a commit b72cbed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal fun Project.configureKotlin() {
}
}

val targetJdkVersion = "17"
val targetJdkVersion = "11"
tasks.withType<KotlinCompile>().configureEach {
compilerOptions {
jvmTarget.set(JvmTarget.fromTarget(targetJdkVersion))
Expand Down

0 comments on commit b72cbed

Please sign in to comment.