Skip to content

Commit

Permalink
Remove workaround for non-https builds.archive.org repository
Browse files Browse the repository at this point in the history
It's now accessible over HTTPS, so we don't need this anymore.
  • Loading branch information
ato committed May 15, 2024
1 parent 64c7f0f commit a151937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/m2-settings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn --settings .github/workflows/m2-settings.xml -B package --file pom.xml
run: mvn -B package --file pom.xml
env:
# Apparently Azure kills idle http connections after 4 minutes which can cause the build to fail
# with a timeout error. Limit the connection ttl to 2 minutes to workaround this as per
Expand Down

0 comments on commit a151937

Please sign in to comment.