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 3e82477 commit c472182Copy full SHA for c472182
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
path: build/libs/*.jar
60
if-no-files-found: error
61
62
- build-java-24:
+ build-java-24:
63
name: Build on Java 24
64
runs-on: ubuntu-latest
65
steps:
.github/workflows/pr-compile.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Compile client-side Java
47
run: ./gradlew compileClientJava
48
49
- compile-java-24:
+ compile-java-24:
50
name: Compile on Java 24
51
52
0 commit comments