Commit Graph

5 Commits

Author SHA1 Message Date
PJ Fanning a1bda3d7df revert gradle memory change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898323 13f79535-47bb-0310-9956-ffa450edef68
2022-02-22 17:16:21 +00:00
PJ Fanning d955dada50 try more memory due to github workflow timeouts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898320 13f79535-47bb-0310-9956-ffa450edef68
2022-02-22 12:57:16 +00:00
PJ Fanning 7739885b2f remove MaxPermSize - no longer supported in java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
2021-11-08 20:35:39 +00:00
Dominik Stadler 53217e2b1e Use parallel build to speed up building and running tests
Enable parallel building and parallel test-execution
Provide a configuration to still build/test serially on CI
via CI_BUILD=TRUE gradle --no-parallel --max-workers=1 clean build
Adjust Jenkins DSL to set CI_BUILD to avoid problems in CI
Adjust TestAllFiles to not fail when parallel builds are enabled
Reduce memory settings to reduce requirements on build-environments
Add gradle plugin to list task-dependencies

Thanks to Andreas Reichel for the PR

Closes #275

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894812 13f79535-47bb-0310-9956-ffa450edef68
2021-11-07 14:59:48 +00:00
Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build
compile / jar / test of mrJars
don't include ants build.xml anymore
rename directories to match project and maven artifact names
refactor artifacts - so each project has one artifact
replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests
increase gradle heap to 4gb because of OOM - maybe less would also work

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888488 13f79535-47bb-0310-9956-ffa450edef68
2021-04-07 21:40:33 +00:00