Skip to content

Commit

Permalink
Revert "Revert to java 8 target (#110)"
Browse files Browse the repository at this point in the history
This reverts commit c1ccd69.
  • Loading branch information
Kantis committed Dec 21, 2023
1 parent 3b46a2c commit aec0661
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 @@ -28,7 +28,7 @@ allprojects {
}

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

Expand Down

0 comments on commit aec0661

Please sign in to comment.