Skip to content

Commit

Permalink
Use Google Mirror for Initial JDK 11 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jan 18, 2021
1 parent 3c671b5 commit 785b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 785b388

Please sign in to comment.