From 53217e2b1e9d6871b2babfd74fb52129f6cf7461 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 7 Nov 2021 14:59:48 +0000 Subject: 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 --- settings.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 7d799fd606..2d4eef563f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,4 @@ rootProject.name = 'poi' include 'poi', 'poi-ooxml-full', 'poi-ooxml-lite-agent', 'poi-scratchpad', - 'poi-ooxml', 'poi-excelant', 'poi-examples', 'poi-integration', - 'poi-ooxml-lite' \ No newline at end of file + 'poi-ooxml', 'poi-excelant', 'poi-examples', 'poi-integration' , 'poi-ooxml-lite' \ No newline at end of file -- cgit v1.2.3