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 2712365 commit c83e2bdCopy full SHA for c83e2bd
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
28
steps:
29
- uses: actions/checkout@v4
30
- - name: Set up JDK 17
+ - name: Set up JDK 21
31
uses: graalvm/setup-graalvm@v1
32
with:
33
- java-version: '17'
+ java-version: '21'
34
distribution: 'graalvm-community'
35
- name: Build JAR
36
run: ./gradlew nativeCompile
0 commit comments