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 eb6c791.
  • Loading branch information
gemmellr committed Sep 20, 2024
1 parent eb6c791 commit 3212b02
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 != '24-ea'
- name: Build
run: mvn -B clean verify

- name: Build (24-ea)
if: matrix.java == '24-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 3212b02

Please sign in to comment.