We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184345d commit 1b36bd4Copy full SHA for 1b36bd4
1 file changed
scripts/build_for_travis.sh
@@ -15,9 +15,7 @@ if echo $TRAVIS_JDK_VERSION | egrep -q '(jdk|jre)[67]($|[^0-9])'; then
15
# but Guava 21.0 is compatibility with jdk 7.
16
COMMON_FLAGS="$COMMON_FLAGS -Dguava.version=20.0"
17
fi
18
-if echo $TRAVIS_JDK_VERSION | egrep -q '(jdk|jre)9($|[^0-9])'; then
19
- ;
20
-else
+if ! echo $TRAVIS_JDK_VERSION | egrep -q '(jdk|jre)9($|[^0-9])'; then
21
# Older versions of javadoc barf on -Xdoclint flags used
22
# to configure the maven-javadoc-plugin.
23
# TODO: Newer versions barf on modules for some reason.
0 commit comments