Skip to content

Commit

Permalink
build: target JVM 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sander committed Apr 6, 2023
1 parent e402d07 commit afcbf45
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 @@ tasks.test {

tasks.withType<KotlinCompile> {
kotlinOptions.allWarningsAsErrors = true
kotlinOptions.jvmTarget = "17"
kotlinOptions.jvmTarget = "1.8"
}

koverReport {
Expand Down

0 comments on commit afcbf45

Please sign in to comment.