From 20e4d48ebcafaf065e232c2a79ff0d2c0557aee0 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 15 Jun 2021 15:37:12 +0200 Subject: [PATCH] Fix tests on JDK 16 --- daemon/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/daemon/pom.xml b/daemon/pom.xml index 49659b4d..292ee1f5 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -111,6 +111,20 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + true + 1 + true + + --add-opens java.base/java.io=ALL-UNNAMED + --add-opens java.base/sun.nio.fs=ALL-UNNAMED + + +