Skip to content

Commit

Permalink
update jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Apr 8, 2024
1 parent 69c46c9 commit 06c30d3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/angular_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v3
# https://github.com/actions/setup-java#usage
with:
java-version: 20
java-version: 21
distribution: adopt

- name: Set up Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v3
# https://github.com/actions/setup-java#usage
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/googleregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Java
uses: actions/setup-java@main
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-java@v3
# https://github.com/actions/setup-java#usage
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
# https://github.com/actions/setup-java#usage
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
# https://github.com/actions/setup-java#usage
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Java 20
uses: actions/setup-java@main
with:
java-version: 20
java-version: 21
distribution: adopt
cache: maven

Expand Down

0 comments on commit 06c30d3

Please sign in to comment.