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 4078920 commit f10d577Copy full SHA for f10d577
.github/workflows/build-core.yaml
@@ -17,7 +17,12 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
submodules: recursive
20
- - name: Set up JDK 25 (for JNI)
+ - name: Set up JDK 24 (for Gradle)
21
+ uses: actions/setup-java@v4
22
+ with:
23
+ java-version: '24'
24
+ distribution: 'graalvm'
25
+ - name: Set up JDK 25
26
uses: actions/setup-java@v4
27
28
java-version: '25'
.github/workflows/build-natives.yaml
@@ -26,7 +26,12 @@ jobs:
29
30
31
32
33
34
35
36
37
0 commit comments