forked from actions/setup-maven
use maven central to download Maven distribution
using Apache download too much can lead to IP block
This commit is contained in:
parent
e9b562018d
commit
04a0b721de
@ -34,7 +34,7 @@ export async function getMaven(version: string) {
|
|||||||
async function downloadMaven(version: string): Promise<string> {
|
async function downloadMaven(version: string): Promise<string> {
|
||||||
const toolDirectoryName = `apache-maven-${version}`
|
const toolDirectoryName = `apache-maven-${version}`
|
||||||
const downloadUrl =
|
const downloadUrl =
|
||||||
`https://apache.org/dyn/closer.cgi?filename=maven/maven-3/${version}/binaries/${toolDirectoryName}-bin.tar.gz&action=download`
|
`https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/${version}/apache-maven-${version}-bin.tar.gz`
|
||||||
console.log(`downloading ${downloadUrl}`)
|
console.log(`downloading ${downloadUrl}`)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user