From 1bf9429fbfd2cec52fe382a261e79cb29b776ede Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Fri, 19 Mar 2021 17:23:02 +0100 Subject: [PATCH] Fix warning printed at test time --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9e3df00..3d60554 100644 --- a/pom.xml +++ b/pom.xml @@ -176,8 +176,7 @@ **/*Test*.java - random - ${argLine.common} ${argLine.printGC} --illegal-access=deny --patch-module io.netty.buffer=${io.netty:netty-buffer:test-jar:tests} --add-modules jdk.incubator.foreign + ${argLine.common} ${argLine.printGC} --patch-module io.netty.buffer=${io.netty:netty-buffer:test-jar:tests} --add-modules jdk.incubator.foreign false