Skip to content

Commit

Permalink
configure central HTTPS url for Maven < 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jul 4, 2021
1 parent b3c1979 commit f2960fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
shell: bash
run: |
unset M2_HOME
mkdir -p ~/.m2
echo "<settings><mirrors><mirror><mirrorOf>central</mirrorOf><name>central</name><url>https://repo.maven.apache.org/maven2/</url></mirror></mirrors></settings>" > ~/.m2/settings.xml # reqiored by Maven < 3.2.3
~/maven/bin/mvn -V --batch-mode clean verify
- name: Collect code coverage data
Expand Down

0 comments on commit f2960fc

Please sign in to comment.