Skip to content

Commit

Permalink
Use Liberica because Temurin doesn't have Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Sep 26, 2023
1 parent b8e88dc commit e10bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: liberica
java-version: 21
cache: gradle
- name: Build container image
Expand Down

0 comments on commit e10bc36

Please sign in to comment.