Skip to content

Commit

Permalink
CI: upgrade java to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Aug 1, 2024
1 parent df08f4a commit 603bb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: adopt
- name: Get Version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: adopt
- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 603bb19

Please sign in to comment.