We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d8010 commit 5d080b3Copy full SHA for 5d080b3
pom.xml
@@ -312,6 +312,9 @@
312
<additionalOptions>${javadoc.opts}</additionalOptions>
313
<excludePackageNames>net.sf.jsqlparser.parser</excludePackageNames>
314
<doclint>none</doclint>
315
+ <useStandardDocletOptions>true</useStandardDocletOptions>
316
+ <maxmemory>2g</maxmemory>
317
+ <minmemory>800m</minmemory>
318
</configuration>
319
<goals>
320
<goal>jar</goal>
@@ -440,7 +443,8 @@
440
443
<version>3.4.1</version>
441
444
<configuration>
442
445
<useStandardDocletOptions>true</useStandardDocletOptions>
- <maxmemory>2048m</maxmemory> <!-- Increase memory to 2GB -->
446
447
448
449
450
<!-- Doclint does not work on the Test Sources
0 commit comments