summaryrefslogtreecommitdiffstats
path: root/poi-ooxml
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-ooxml
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-ooxml')
-rw-r--r--poi-ooxml/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 37638d95bf..5d57783622 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -217,6 +217,8 @@ test {
dependsOn { testJar }
+ systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'
+
doFirst {
jvmArgs += [
"-javaagent:${OOXML_LITE_AGENT}=${OOXML_LITE_REPORT}|${OOXML_LITE_INCLUDES}",