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 f6cc06e commit a0cb2c7Copy full SHA for a0cb2c7
.github/workflows/ant.yml
@@ -162,6 +162,8 @@ jobs:
162
- {name: "gradle", cmd: "gradle assemble"}
163
- {name: "ant", cmd: "ant dist"}
164
- {name: "bazel", cmd: "bazel build //:ProjectRunner"}
165
+ exclude:
166
+ - {tool: {name: "gradle", cmd: "gradle assemble"}, jdk: 22}
167
fail-fast: false
168
env:
169
IMAGE_NAME: lombok-${{ matrix.tool.name }}-jdk${{ matrix.jdk }}
0 commit comments