aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-08-20 17:07:36 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-08-20 17:07:36 +0000
commitd9238f2490d79fcd654d410fe6625332e77af1e6 (patch)
treebcd974c69d115c2a533c8abd2307a54827be14dc /poi-scratchpad/build.gradle
parentb9e0f8edb85dda3ba11cf6568b716c761d01e24e (diff)
downloadpoi-d9238f2490d79fcd654d410fe6625332e77af1e6.tar.gz
poi-d9238f2490d79fcd654d410fe6625332e77af1e6.zip
try to fix concurrent issues in excelant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r--poi-scratchpad/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle
index c88cfeae14..2e2f8219e9 100644
--- a/poi-scratchpad/build.gradle
+++ b/poi-scratchpad/build.gradle
@@ -150,7 +150,9 @@ artifacts {
test {
dependsOn { testJar }
- doFirst {
+ systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'
+
+ doFirst {
if (JavaVersion.current() != JavaVersion.VERSION_1_8) {
jvmArgs += [
'--add-modules', MODULE_NAME,