From 581dca4f5f365c7de2a9ff14fdce7c34ac0b9a72 Mon Sep 17 00:00:00 2001 From: Michael Voigt Date: Fri, 14 Sep 2018 11:43:31 +0200 Subject: [PATCH] fixes #358 by updating to Java8 --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40d3995c..6c57468f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ after_script: # http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html # - oraclejdk8 is not supported anymore. jdk: - - openjdk7 + - openjdk8 cache: directories: - $HOME/.m2/repository diff --git a/pom.xml b/pom.xml index ff44c7e4..ce6912d5 100644 --- a/pom.xml +++ b/pom.xml @@ -43,8 +43,8 @@ UTF-8 UTF-8 - 1.7 - 1.7 + 1.8 + 1.8 true true