From c499faf6a8579cdfd266a22c2d5ef491d3bea6cb Mon Sep 17 00:00:00 2001 From: Johan Kaving Date: Wed, 2 Jul 2014 13:46:48 +0200 Subject: [PATCH] Update pom.xml to specify that test code is Java 8 To get the test case JvstTest4.testMethodParameters() to work the and elements are set to "1.8" and the compiler argument "-parameters" is added. --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eac70838..255a2a54 100644 --- a/pom.xml +++ b/pom.xml @@ -140,8 +140,9 @@ 1.6 1.6 - 1.7 - 1.7 + 1.8 + 1.8 + -parameters -- 2.39.5