Skip to content

Commit

Permalink
Set jvm toolchain to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jul 11, 2023
1 parent c039527 commit 10fef3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Expand Up @@ -128,6 +128,8 @@ kotlin {
}

kotlin {
jvmToolchain(8)

sourceSets {
commonMain {
dependencies {
Expand Down Expand Up @@ -325,3 +327,4 @@ rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJ
rootProject.plugins.withType(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin::class.java) {
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension>().ignoreScripts = false
}

1 comment on commit 10fef3b

@TWiStErRob
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@e5l Please mark this in the 0.9.0 release notes too, I just came here to report this, because it broke one of my scripts :) Confirmed 0.9.1 fixes the problem.

Please sign in to comment.