Skip to content

Commit

Permalink
bump jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Apr 15, 2024
1 parent a3ab096 commit 01a4222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 19
java-version: 21
cache: 'gradle'

- name: Validate gradle wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 19
java-version: 21
cache: 'gradle'

- name: Validate gradle wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 19
java-version: 21
cache: 'gradle'

- name: Validate gradle wrapper
Expand Down

0 comments on commit 01a4222

Please sign in to comment.