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 0ee9a9b commit feae654Copy full SHA for feae654
.kokoro/build.sh
@@ -62,7 +62,7 @@ javadoc)
62
integration)
63
# Kokoro integration test uses both JDK 11 and JDK 8. Integration
64
# tests require JDK 11 to compile the classes.
65
- if [ -n "${JAVA11_HOME}" ] && [ -n "${JAVA8_HOME}" ]; then
+ if [[ -n "${JAVA11_HOME}" && -n "${JAVA8_HOME}" ]]; then
66
export JAVA=${JAVA11_HOME}/bin/java
67
export SUREFIRE_JVM_OPT="-Djvm=${JAVA8_HOME}/bin/java"
68
echo "Java:${JAVA}"
0 commit comments