Skip to content

Commit

Permalink
build: github stack overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Jan 7, 2025
1 parent 03a0b78 commit fea1425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<useStandardDocletOptions>true</useStandardDocletOptions>
<maxmemory>2g</maxmemory>
<minmemory>800m</minmemory>
<additionalOptions>-J-Xss2m</additionalOptions>
<additionalJOptions>-J-Xss2m</additionalJOptions>
</configuration>
<goals>
<goal>jar</goal>
Expand Down Expand Up @@ -448,7 +448,7 @@
<minmemory>800m</minmemory>
<doclint>none</doclint>

<additionalOptions>-J-Xss2m</additionalOptions>
<additionalJOptions>-Xss2m</additionalJOptions>

<!-- Doclint does not work on the Test Sources
<doclint>all,-missing</doclint>
Expand Down

0 comments on commit fea1425

Please sign in to comment.