Skip to content

Commit

Permalink
fix for Java 8
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Moiseenko <[email protected]>
  • Loading branch information
eupp committed Dec 7, 2024
1 parent 47ce79b commit bf35150
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 @@ -47,7 +47,7 @@ kotlin {
}

val benchmark by compilations.creating {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "1.8"

defaultSourceSet {
dependencies {
Expand Down

0 comments on commit bf35150

Please sign in to comment.