From ac15bf040132ba4b61b89d4978279613ea2d872c Mon Sep 17 00:00:00 2001 From: qzmo Date: Mon, 21 Oct 2024 14:44:27 +0800 Subject: [PATCH] chore: add jvm option to package plugin --- arex-schedule-web-api/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arex-schedule-web-api/pom.xml b/arex-schedule-web-api/pom.xml index 0f3c34c1..8795bca6 100644 --- a/arex-schedule-web-api/pom.xml +++ b/arex-schedule-web-api/pom.xml @@ -230,6 +230,10 @@ true com.arextest.schedule.WebSpringBootServletInitializer ../arex-schedule-jar + + --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED + --add-opens=java.base/java.net=ALL-UNNAMED +