From 18ff04b386a1dae56f206f9decfd75cb272b11ac Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Wed, 27 Jul 2022 17:47:30 +0200 Subject: [PATCH] 195: remove '-Dtycho.disableP2Mirrors=true' Task-Url: http://github.com/pitest/pitclipse/issues/195 --- .github/workflows/windows-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-mac.yml b/.github/workflows/windows-mac.yml index 078db472..bce04013 100644 --- a/.github/workflows/windows-mac.yml +++ b/.github/workflows/windows-mac.yml @@ -32,7 +32,7 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.yml', '**/*.target') }} restore-keys: ${{ runner.os }}-m2- - name: Build with Maven - run: mvn '-Dtycho.disableP2Mirrors=true' verify + run: mvn verify - name: Archive Test Results uses: actions/upload-artifact@v2 if: ${{ failure() || cancelled() }}