From fbc61e065fdce3d9a79d7111ddcf6f6f0c17e3bb Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 29 Mar 2021 21:13:34 +0200 Subject: [PATCH] fix argline for JDK 1.8 unit tests --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 77258e3..d0d0ce9 100644 --- a/pom.xml +++ b/pom.xml @@ -307,6 +307,26 @@ + + jdk1.8 + + 1.8 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + @{argLine} + + + + + + + sonatype