Skip to content

Commit

Permalink
Enables ByteBuddy experimental flag for all experimental builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Feb 16, 2024
1 parent 8aa50bb commit 11076b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
experimental: true
cache-id: "jdk-ea-full"
java: "ea"
flags: ""
flags: "-Dexperimental"
runs-on: ubuntu-latest
steps:
- name: 'Checkout from Git'
Expand Down

0 comments on commit 11076b6

Please sign in to comment.