Skip to content

Commit

Permalink
ONLY use Java 21 for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Feb 15, 2025
1 parent 84e6465 commit 304f586
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: |
8
16
17
java-version: 21
distribution: temurin

- name: Setup Gradle
Expand Down

0 comments on commit 304f586

Please sign in to comment.