Skip to content

Commit b53beb4

Browse files
committed
ci: mvn install the local gax test jars
1 parent 27fda8d commit b53beb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ validate_protobuf_compatibility_script_inputs
2222

2323

2424
java -version
25-
# Compile the repos with Java 11
26-
mvn clean compile -T 1C
25+
# Install to ~/.m2 because the generator tests require Gax testlibs
26+
mvn clean install -T 1C -DskipTests
2727

2828
export JAVA_HOME="${JAVA8_HOME}"
2929
java -version

0 commit comments

Comments
 (0)