Skip to content

Commit

Permalink
Reapply kotlin-1.8 upgrade.
Browse files Browse the repository at this point in the history
Revert "Merge pull request #526 from baaahs/kotlin-1.8"

This reverts commit 3251bcf, reversing
changes made to 7c82d15.
  • Loading branch information
xian committed Mar 31, 2023
1 parent 8bc8f38 commit 6227e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ tasks.named<ProcessResources>("jsProcessResources") {
}

tasks.named<ProcessResources>("jvmProcessResources") {
dependsOn("packageClientResources")
dependsOn(webpackTask)

from("build/developmentExecutable") { include("sparklemotion.js") }

Expand All @@ -293,7 +293,7 @@ tasks.named<DokkaTask>("dokkaHtml") {

tasks.create<JavaExec>("runPinkyJvm") {
dependsOn("compileKotlinJvm")
dependsOn("packageClientResources")
dependsOn(webpackTask)
main = "baaahs.sm.server.PinkyMainKt"

systemProperties["java.library.path"] = file("src/jvmMain/jni")
Expand Down

0 comments on commit 6227e33

Please sign in to comment.