Skip to content

Commit

Permalink
ci: update jdk to 17 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 authored Jan 9, 2024
1 parent 7596927 commit 8d064e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 11
java-version: 17

- uses: gradle/gradle-build-action@v2.4.2
- run: gradle assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-java@v3.10.0
with:
distribution: temurin
java-version: 11
java-version: 17

- uses: gradle/gradle-build-action@v2.4.2
- run: gradle assembleRelease
Expand Down

0 comments on commit 8d064e1

Please sign in to comment.