From 9ce8a983df48ff5a043768a1aee4cda330a8ef04 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Sat, 6 Apr 2024 11:38:07 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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