We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d48898 commit 3fda300Copy full SHA for 3fda300
1 file changed
.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install Maven
35
run: |
36
- wget --retry-connrefused --tries=5 --waitretry=5 --read-timeout=20 --timeout=15 https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
+ wget --retry-connrefused --tries=5 --waitretry=5 --max-redirect=0 --read-timeout=20 --timeout=15 https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
37
tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
38
39
- name: Cache Maven packages
0 commit comments