Skip to content

Commit

Permalink
Fix jvm.args
Browse files Browse the repository at this point in the history
  • Loading branch information
djp3 committed Oct 5, 2024
1 parent 33280d1 commit 5a2ff41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
<maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<protobuf.version>4.28.2</protobuf.version>
<jvm.args>-Dfile.encoding=UTF-8 -Duser.timezone=UTC --add-opens java.base/java.lang=ALL-UNNAMED --add-modules=ALL-DEFAULT</jvm.args>
<jvm.args>
-Dfile.encoding=UTF-8
-Duser.timezone=UTC
--add-opens java.base/java.lang=ALL-UNNAMED
--add-modules=ALL-MODULE-PATH
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
</jvm.args>
</properties>
<developers>
<developer>
Expand Down

0 comments on commit 5a2ff41

Please sign in to comment.