Compare commits

..

No commits in common. "6908ba7fe591f07b8a2c8c9e7144357478cab2d0" and "d6af6abeda15e98926a57b5aa970a96bb37f97d1" have entirely different histories.

View File

@ -33,7 +33,7 @@ export async function getMaven(version: string) {
async function downloadMaven(version: string): Promise<string> {
const toolDirectoryName = `apache-maven-${version}`;
const downloadUrl = `https://mirrors.huaweicloud.com/apache/maven/maven-3/${version}/binaries/apache-maven-${version}-bin.zip`;
const downloadUrl = `https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/${version}/apache-maven-${version}-bin.tar.gz`;
console.log(`downloading ${downloadUrl}`);
try {