Skip to content

Commit

Permalink
Revert "feature: configure CI builds to support JavaFX (#158)"
Browse files Browse the repository at this point in the history
This reverts commit 17aeb16.
  • Loading branch information
iluwatar committed Feb 4, 2023
1 parent cf00824 commit 15d7a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
java-package: 'jdk+fx'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gradle-pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
java-package: 'jdk+fx'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 15d7a14

Please sign in to comment.