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 a39c773 commit a8a8cadCopy full SHA for a8a8cad
.kokoro/release.sh
@@ -3,6 +3,16 @@
3
# Stop execution when any command fails.
4
set -e
5
6
+# update the Maven version to 3.6.3
7
+pushd /usr/local
8
+wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.tar.gz
9
+tar -xvzf apache-maven-3.6.3-bin.tar.gz apache-maven-3.6.3
10
+rm -f /usr/local/apache-maven
11
+ln -s /usr/local/apache-maven-3.6.3 /usr/local/apache-maven
12
+rm apache-maven-3.6.3-bin.tar.gz
13
+popd
14
+
15
16
# Get secrets from keystore and set and environment variables.
17
setup_environment_secrets() {
18
export GPG_TTY=$(tty)
0 commit comments