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 58222ee commit ffcda60Copy full SHA for ffcda60
.kokoro/release.sh
@@ -55,7 +55,7 @@ fi
55
echo "pwd=$(pwd)"
56
57
# Make sure `JAVA_HOME` is set and using jdk11.
58
-sudo update-java-alternatives --set java-1.11.0-openjdk-amd64
+export JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-amd64
59
echo "JAVA_HOME=$JAVA_HOME"
60
mvn clean deploy -B \
61
-P sonatype-oss-release \
0 commit comments