Skip to content

Commit

Permalink
Resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 12, 2024
1 parent ba3362c commit 4349a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion junit5-multiple-engines/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11

plugins {
`kotlin-dsl`
}
Expand All @@ -8,7 +10,7 @@ repositories {

tasks {
compileKotlin {
kotlinOptions.jvmTarget = "11"
compilerOptions.jvmTarget = JVM_11
}
compileJava {
options.release.set(11)
Expand Down

0 comments on commit 4349a08

Please sign in to comment.