From ea6111c7f9cfe103d9cab5a3a44db09fa6142dea Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Fri, 22 Sep 2017 16:07:00 +0100 Subject: [PATCH] Build Java 9 on Travis; update plugins --- .travis.yml | 2 ++ pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 859004477..e75c5c451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ matrix: - jdk: oraclejdk8 env: ANDROID_HOME=$HOME/android-sdk-linux before_install: if [ ! -d $HOME/android-sdk-linux/platforms ]; then curl -s https://storage.googleapis.com/zxing-build/android-sdk-linux.tar.bz2 | bunzip2 | tar xf - -C $HOME; else ls -l $HOME/android-sdk-linux; fi + # Covers Java 9 + - jdk: oraclejdk9 cache: directories: - $HOME/.m2 diff --git a/pom.xml b/pom.xml index b2b16f076..42a7045a7 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.2 + 3.7.0 ${java.version} ${java.version} @@ -237,7 +237,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins @@ -297,7 +297,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.0.1 + 3.0.2 org.apache.maven.plugins @@ -325,7 +325,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20 + 2.20.1 0.5C