We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8216e8 commit 29b7f93Copy full SHA for 29b7f93
.github/workflows/ci.yml
@@ -65,15 +65,6 @@ jobs:
65
java-version: ${{ matrix.java }}
66
distribution: "zulu"
67
cache: "maven"
68
- - name: "Set up JDK ${{ matrix.java }}"
69
- if: ${{ matrix.java == 'GraalVM' }}
70
- uses: graalvm/setup-graalvm@v1
71
- with:
72
- java-version: "21"
73
- distribution: "graalvm-community"
74
- github-token: ${{ secrets.GITHUB_TOKEN }}
75
- native-image-job-reports: "true"
76
- cache: "maven"
77
- name: "Install"
78
shell: bash
79
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
0 commit comments