Skip to content

Commit

Permalink
silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Dec 17, 2024
1 parent 44c050b commit 2d58acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ kotlin {
jvm {
withJava()
compilerOptions {
jvmTarget.set(JvmTarget.JVM_19)
jvmTarget.set(JvmTarget.JVM_21)
freeCompilerArgs.add("-Xexpect-actual-classes")
}
testRuns["test"].executionTask.configure {
useJUnitPlatform()
Expand Down

0 comments on commit 2d58acc

Please sign in to comment.