Skip to content

Commit

Permalink
Revert "try enabling experimental BB support"
Browse files Browse the repository at this point in the history
This reverts commit bd03729.
  • Loading branch information
gemmellr committed Mar 7, 2024
1 parent bd03729 commit afdf272
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'

- name: Build (regular)
if: matrix.java != '22-ea'
- name: Build
run: mvn -B clean verify

- name: Build (22-ea)
if: matrix.java == '22-ea'
run: mvn -B clean verify -Dnet.bytebuddy.experimental=true

- name: Archive Test Logs On Failure
if: failure()
run: tar -czvf surefire-reports-jdk-${{ matrix.java }}.tar.gz **/target/surefire-reports/*
Expand Down

0 comments on commit afdf272

Please sign in to comment.