Skip to content

Commit

Permalink
build(github): update setup java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiYuANg committed Dec 7, 2024
1 parent f859429 commit 0b13e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javafx-gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '21' # 设置 JDK 版本,JavaFX 需要 JDK 17 及以上版本
java-version: '21'
distribution: "graalvm"

- name: Cache Gradle dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 0b13e3a

Please sign in to comment.