diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 011a6677..4297f1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven using JDK ${{ matrix.java }} - run: mvn --batch-mode --no-transfer-progress verify + run: mvn --batch-mode --no-transfer-progress verify --define net.bytebuddy.experimental=true - name: Build with coverage with Maven using JDK ${{ matrix.java }} if: ${{ matrix.java == '11' && matrix.os == 'ubuntu-latest' }} run: mvn --batch-mode --no-transfer-progress --activate-profiles=coverage verify