From 308cb7f16af8cef8103a47be652686315972d62a Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 18 Sep 2021 10:08:24 -0700 Subject: [PATCH] Version 1.6.0 Changes to Java 16 surefire module declarations. --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 494211e..805c0b9 100644 --- a/pom.xml +++ b/pom.xml @@ -46,12 +46,12 @@ 16 2.0.9 - 1.16.3-R0.1-SNAPSHOT + 1.17.1-R0.1-SNAPSHOT 1.16.0 ${build.version}-SNAPSHOT - 1.5.4 + 1.6.0 -LOCAL BentoBoxWorld_Greenhouses bentobox-world @@ -194,7 +194,9 @@ 3.0.0-M5 - --illegal-access=permit + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.util.concurrent=ALL-UNNAMED