Skip to content

Commit

Permalink
Exclude Gradle on 22
Browse files Browse the repository at this point in the history
Thanks @msamoylych for the solution
  • Loading branch information
rspilker committed Jan 15, 2024
1 parent b669c7d commit 1342aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
- {name: "gradle", cmd: "gradle assemble"}
- {name: "ant", cmd: "ant dist"}
- {name: "bazel", cmd: "bazel build //:ProjectRunner"}
exclude:
- {tool: {name: "gradle", cmd: "gradle assemble"}, jdk: 22}
fail-fast: false
env:
IMAGE_NAME: lombok-${{ matrix.tool.name }}-jdk${{ matrix.jdk }}
Expand Down

0 comments on commit 1342aa8

Please sign in to comment.