We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7865 commit 511679fCopy full SHA for 511679f
1 file changed
.kokoro/nightly/downstream-protobuf-binary-compatibility.sh
@@ -65,7 +65,7 @@ function build_program_arguments() {
65
# cloud-opensource-java contains the Linkage Checker tool
66
git clone https://github.com/GoogleCloudPlatform/cloud-opensource-java.git
67
pushd cloud-opensource-java
68
-mvn -B -ntp clean compile -T 1C
+mvn -B -ntp clean compile -T 1C -Djvm="${JAVA8_HOME}/bin/java"
69
# Linkage Checker tool resides in the /dependencies subfolder
70
pushd dependencies
71
0 commit comments