Skip to content

Commit afcbf45

Browse files
committed
build: target JVM 1.8
1 parent e402d07 commit afcbf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.test {
2828

2929
tasks.withType<KotlinCompile> {
3030
kotlinOptions.allWarningsAsErrors = true
31-
kotlinOptions.jvmTarget = "17"
31+
kotlinOptions.jvmTarget = "1.8"
3232
}
3333

3434
koverReport {

0 commit comments

Comments
 (0)