Skip to content

Commit

Permalink
[GHA] Get java 23 working
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 9, 2024
1 parent 8d4adcf commit 1f2bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
- name: Test with Maven
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
run: ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -D"net.bytebuddy.experimental=true"

0 comments on commit 1f2bdbf

Please sign in to comment.