mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
Remove M2_HOME from linux images (#2561)
This commit is contained in:
@@ -45,7 +45,6 @@ curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-mave
|
||||
unzip -d /usr/share maven.zip
|
||||
rm maven.zip
|
||||
ln -s /usr/share/apache-maven-3.6.3/bin/mvn /usr/bin/mvn
|
||||
echo "M2_HOME=/usr/share/apache-maven-3.6.3" | tee -a /etc/environment
|
||||
|
||||
# Install Gradle
|
||||
# This script downloads the latest HTML list of releases at https://gradle.org/releases/.
|
||||
|
||||
Reference in New Issue
Block a user