Skip to content

Commit

Permalink
chore: add jvm option to package plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Oct 21, 2024
1 parent 7ac8868 commit ac15bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
<includeSystemScope>true</includeSystemScope>
<mainClass>com.arextest.schedule.WebSpringBootServletInitializer</mainClass>
<outputDirectory>../arex-schedule-jar</outputDirectory>
<jvmArguments>
--add-opens=java.base/jdk.internal.loader=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
</jvmArguments>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ac15bf0

Please sign in to comment.