Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Jul 4, 2024
1 parent d2eef54 commit 44df1dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ application {
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
val compileTestKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks

kotlin {
compilerOptions {
jvmTarget = JvmTarget.JVM_17
}
}
kotlin.compilerOptions.jvmTarget.set(JvmTarget.JVM_11)

repositories {
mavenCentral()
Expand Down

0 comments on commit 44df1dd

Please sign in to comment.