From c5dfcbb8c7cb5a71afeb2c4d7be682f3ba77ed55 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sat, 21 May 2016 22:28:29 +0200 Subject: Compile into bytecode version 1.8 when using JDK 9 EA in Travis Currently maven-shade-plugin can't process Java 9 bytecode. --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.sh') 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 ;; -- cgit v1.2.3