Skip to content

Commit

Permalink
Revert to java 8 target (#110)
Browse files Browse the repository at this point in the history
* Revert to java 8 target

* Update build.gradle.kts
  • Loading branch information
Kantis committed Dec 8, 2023
1 parent 1772349 commit c1ccd69
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 = "11"
kotlinOptions.jvmTarget = "1.8"
}
}

Expand Down

0 comments on commit c1ccd69

Please sign in to comment.