Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 19, 2024
1 parent 0d704a9 commit abfa1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
# TODO: replace this once https://github.com/actions/setup-java/pull/637 gets merged.
- uses: gmitch215/setup-java@07ea605e4b1f0f8b0621155fb1722d6094c3e183
with:
distribution: 'zulu'
distribution: 'jetbrains'
java-version: 17
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
Expand Down
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ compose.desktop {
bundleID = "dev.romainguy.kotlin.explorer"
}
}

// TODO: workaround for https://github.com/JetBrains/compose-multiplatform/issues/4997.
javaHome = javaToolchains.launcherFor(java.toolchain).map { it.metadata.installationPath.asFile.toString() }.get()
}
}

Expand Down

0 comments on commit abfa1e3

Please sign in to comment.