stCarolas / setup-maven

Set up your GitHub Actions workflow with a specific version of Apache Maven
MIT License
57 stars 68 forks source link

Hangs on a wildcard version #38

Open basilevs opened 9 months ago

basilevs commented 9 months ago

If a version 3.9.x is requested (as per marketplace installation comment), the execution hangs indefinitely. Output:

{code} downloading https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.x/apache-maven-3.9.x-bin.tar.gz Error: Unexpected HTTP response: 404 {code}

Sample build: https://github.com/basilevs/jstackfilter/actions/runs/7861035494