Skip to content

Commit

Permalink
Link to Kotlin YouTrack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jun 28, 2023
1 parent a54ceb9 commit 832a652
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class ZiplinePlugin : KotlinCompilerPluginSupportPlugin {
// TODO: the validation uses the wrong JDK. We should be getting the JDK from the
// KotlinCompile task (as defaultKotlinJavaToolchain.get().buildJvm), but it doesn't
// make that available for querying. Hack it to use Gradle's 'current' JVM.
// https://youtrack.jetbrains.com/issue/KT-59735
val buildJvm = Jvm.current()
task.javaHome.set(buildJvm.javaHome.path)
task.jdkRelease.set(
Expand Down

0 comments on commit 832a652

Please sign in to comment.