Skip to content

Commit

Permalink
fix: change java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparky983 authored and nicolasfara committed Oct 8, 2022
1 parent d5ad0cd commit 37ac279
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 @@ -36,7 +36,7 @@ dependencies {

tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
allWarningsAsErrors = true
}
}
Expand Down

0 comments on commit 37ac279

Please sign in to comment.