gnodet commented on PR #704: URL: https://github.com/apache/creadur-rat/pull/704#issuecomment-5114762426
@ottlinger I ran `.buildtools/site` (`./mvnw -B clean package site site:stage`) locally and it completed successfully — no heap space issues: ``` Reactor Summary for Apache Creadur RAT 1.0.0-SNAPSHOT: Apache Creadur RAT ................................. SUCCESS [ 48.963 s] Apache Creadur RAT::Core ........................... SUCCESS [01:21 min] Apache Creadur RAT::Tools .......................... SUCCESS [ 28.819 s] Apache Creadur RAT::Plugin4Maven ................... SUCCESS [ 54.592 s] Apache Creadur RAT::Tasks4Ant ...................... SUCCESS [ 58.730 s] Apache Creadur RAT::Testdata ....................... SUCCESS [ 3.491 s] Apache Creadur RAT::Packaging ...................... SUCCESS [01:10 min] BUILD SUCCESS ``` This was on JDK 21. The heap space issue you saw with JDK 25 + Maven 3.9.16 in apache-rat-tasks might be environment-specific rather than related to this PR's changes (since master works fine for you and this PR doesn't touch apache-rat-tasks at all). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
