We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3a076 commit 688b26dCopy full SHA for 688b26d
.github/workflows/continuous-integration.yaml
@@ -26,11 +26,11 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
- name: Setup Java
29
- uses: oracle-actions/setup-java@v1
+ uses: actions/setup-java@v3
30
with:
31
- website: jdk.java.net
32
- java-version: '22'
33
- version: latest
+ distribution: 'zulu'
+ java-version: '21'
+ cache: 'maven'
34
- name: Configure GPG key
35
run: |
36
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
0 commit comments