From 5edc8b6b4e16d21975b34384261d7a8f0598db36 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 18 Jan 2021 20:13:05 +0100 Subject: [PATCH] Use Google Mirror for Initial JDK 11 Build --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 63be891e586ec..58e737c432842 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -91,7 +91,7 @@ jobs: key: q2maven-${{ steps.get-date.outputs.date }} - name: Build run: | - mvn -e -B -DskipTests -DskipITs -Dno-format clean install + mvn -e -B -DskipTests -DskipITs -Dno-format --settings .github/mvn-settings.xml clean install - name: Tar Maven Repo shell: bash run: tar -czf maven-repo.tgz -C ~ .m2/repository