From 39c902f023ba4356a5bc9fd525dacf23b977eb04 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 2 Dec 2019 13:57:23 +0100 Subject: Use JDK8 as build target for security-utils --- security-utils/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'security-utils/pom.xml') diff --git a/security-utils/pom.xml b/security-utils/pom.xml index 10dec598915..4796a809293 100644 --- a/security-utils/pom.xml +++ b/security-utils/pom.xml @@ -11,6 +11,13 @@ security-utils container-plugin 7-SNAPSHOT + + + + + 8 + + @@ -19,6 +26,13 @@ ${project.version} provided + + + com.yahoo.vespa + jdisc_core + ${project.version} + provided + @@ -67,6 +81,23 @@ bundle-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + + + ${java.version} + + ${java.version} + ${java.version} + true + + -Xlint:all + -Xlint:-serial + -Werror + + + -- cgit v1.2.3