From 20252b16a0f6095687f59f31d9da13d04c819536 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sat, 3 Aug 2019 20:04:35 +0200 Subject: [PATCH] Use Java 1.8 as compile target --- sci-types-project/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-types-project/pom.xml b/sci-types-project/pom.xml index 3953194..b37c514 100644 --- a/sci-types-project/pom.xml +++ b/sci-types-project/pom.xml @@ -123,8 +123,8 @@ maven-compiler-plugin 3.3 - 1.7 - 1.7 + 1.8 + 1.8 true true ${project.build.sourceEncoding} @@ -143,7 +143,6 @@ org.jacoco jacoco-maven-plugin - 0.7.5.201505241946 default-prepare-agent