Skip to content

Commit

Permalink
Update arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 13, 2024
1 parent 3ef1604 commit 4b255ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
-Xmx1024m
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/jdk.internal.reflect=ALL-UNNAMED
</argLine>
<disableXmlReport>false</disableXmlReport>
<parallel>false</parallel>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1932,6 +1932,11 @@
<opencensus.orbit.version>0.31.1.wso2v3</opencensus.orbit.version>
<graalvm.version>22.3.4</graalvm.version>
<icu.version>71.1</icu.version>
<custom.jvm.options>
-Djdk.util.zip.disableZip64ExtraFieldValidation=true
-Djdk.nio.zipfs.allowDotZipEntry=true
--add-opens=java.base/java.net=ALL-UNNAMED
</custom.jvm.options>
</properties>

<repositories>
Expand Down Expand Up @@ -2129,6 +2134,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration>
<argLine>
-Djdk.util.zip.disableZip64ExtraFieldValidation=true
-Djdk.nio.zipfs.allowDotZipEntry=true
--add-opens=java.base/java.net=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 4b255ab

Please sign in to comment.