Skip to content

Commit

Permalink
Remove explicit Java 11 launcher after #894
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Nov 22, 2023
1 parent 365b554 commit 2f0a03a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,4 @@ tasks {
jvmTarget = JVM_11
}
}
jvmTest {
// needed to run the output of compileTestKotlinJvm targeting jvm 11
javaLauncher = project.javaToolchains.launcherFor { languageVersion = JavaLanguageVersion.of(11) }
}
}

0 comments on commit 2f0a03a

Please sign in to comment.