This is an automated email from the ASF dual-hosted git repository. tsoloschenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push: new f086b56c8e fix: retries and ipv4 f086b56c8e is described below commit f086b56c8e2b9f6be699e57e95cdfba83aef94b7 Author: Tobias Soloschenko <tsolosche...@apache.org> AuthorDate: Tue Jun 17 08:17:38 2025 +0200 fix: retries and ipv4 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 684d95c160..4c3be6d8c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: - name: Install Maven run: | - 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 -4 --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 tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz - name: Cache Maven packages