Skip to content

Commit

Permalink
Fix setup-java@v4 to use liberica only.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Nov 14, 2024
1 parent 9e13699 commit 6d30494
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,10 @@ jobs:
shell: bash
run: find . -type f -name "*.sh" -exec chmod a+x '{}' \;
- name: 'Configure: Install Java'
if: ${{ needs.parameters.outputs.jdk_build == '8' }}
uses: actions/setup-java@v4
with:
java-version: ${{ needs.parameters.outputs.jdk_build }}
distribution: 'liberica'
- name: 'Configure: Install GraalVM'
if: ${{ needs.parameters.outputs.jdk_build != '8' }}
uses: actions/setup-java@v4
with:
java-version: ${{ needs.parameters.outputs.jdk_build }}
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 'Configure: cache for maven dependencies'
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6d30494

Please sign in to comment.