We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13d0d7 commit d3b889dCopy full SHA for d3b889d
setup/setup-vscode.sh
@@ -27,7 +27,7 @@ echo "export JAVA_HOME=${JAVA_HOME}" | tee -a ~/.bashrc
27
java -version
28
29
## Install Maven
30
-MVN_VERSION=3.9.9
+MVN_VERSION=3.9.11
31
MVN_FOLDERNAME=apache-maven-${MVN_VERSION}
32
MVN_FILENAME=apache-maven-${MVN_VERSION}-bin.tar.gz
33
curl -4 -L https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/${MVN_FILENAME}| tar -xz
0 commit comments