File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-java@v4
18+ # TODO: replace this once https://github.com/actions/setup-java/pull/637 gets merged.
19+ - uses : gmitch215/setup-java@07ea605e4b1f0f8b0621155fb1722d6094c3e183
1920 with :
20- distribution : ' zulu '
21+ distribution : ' jetbrains '
2122 java-version : 17
2223 - uses : gradle/actions/setup-gradle@v3
2324 - run : ./gradlew build
Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ compose.desktop {
9191 bundleID = " dev.romainguy.kotlin.explorer"
9292 }
9393 }
94-
95- // TODO: workaround for https://github.com/JetBrains/compose-multiplatform/issues/4997.
96- javaHome = javaToolchains.launcherFor(java.toolchain).map { it.metadata.installationPath.asFile.toString() }.get()
9794 }
9895}
9996
You can’t perform that action at this time.
0 commit comments