aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index a7b1c3aa..c6b4c968 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -83,7 +83,7 @@ case "$JDK" in
9-ea)
# see https://bugs.openjdk.java.net/browse/JDK-8131041 about "java.locale.providers"
# TODO(Godin): maven-javadoc-plugin doesn't work well due to modularization of JDK 9 - skip it and hence distribution
- mvn -V -B -e verify -Dbytecode.version=1.9 \
+ mvn -V -B -e verify -Dbytecode.version=1.8 \
-Dmaven.javadoc.skip -pl !jacoco \
-DargLine=-Djava.locale.providers=JRE,SPI
;;