Skip to content

Commit

Permalink
Java 22 is not supported by Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mp.samoylych committed Jan 14, 2024
1 parent f6cc06e commit a0cb2c7
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 a0cb2c7

Please sign in to comment.