From 8de4c9fab01b84cf6e0d72b0f0a15383702cae7e Mon Sep 17 00:00:00 2001 From: Kazuki Shimizu Date: Wed, 14 Jun 2023 02:56:52 +0900 Subject: [PATCH] Add --add-opens java.base/java.lang=ALL-UNNAMED --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 686c03a..278e6a4 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,7 @@ ${mybatis.version} + ${argLine} --add-opens java.base/java.lang=ALL-UNNAMED