Skip to content

Commit 511679f

Browse files
committed
ci: Compile Linkage Checker with JDK 8
1 parent e6a7865 commit 511679f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/nightly/downstream-protobuf-binary-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function build_program_arguments() {
6565
# cloud-opensource-java contains the Linkage Checker tool
6666
git clone https://github.com/GoogleCloudPlatform/cloud-opensource-java.git
6767
pushd cloud-opensource-java
68-
mvn -B -ntp clean compile -T 1C
68+
mvn -B -ntp clean compile -T 1C -Djvm="${JAVA8_HOME}/bin/java"
6969
# Linkage Checker tool resides in the /dependencies subfolder
7070
pushd dependencies
7171

0 commit comments

Comments
 (0)