Skip to content

Commit d943022

Browse files
fix: make mvnw executable and raise javadoc heap for large beta SDK
- Set the executable bit on mvnw so Linux CI (GitHub Actions) can run it (was failing with exit 126 / Permission denied) - Increase maven-javadoc-plugin fork heap to -J-Xmx4g; the beta SDK has 27,817 source files and OOMed javadoc at 2g (Please increase memory) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 67ef51a commit d943022

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

mvnw

100644100755
File mode changed.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<configuration>
183183
<doclint>-missing</doclint>
184184
<quiet>true</quiet>
185-
<additionalJOption>-J-Xmx2g</additionalJOption>
185+
<additionalJOption>-J-Xmx4g</additionalJOption>
186186
</configuration>
187187
</plugin>
188188

0 commit comments

Comments
 (0)