aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-07-06 13:37:10 +0000
committerPJ Fanning <fanningpj@apache.org>2020-07-06 13:37:10 +0000
commit77ddd87605219b76cb69cc5c4897e49c3b8be9be (patch)
tree75b58d045e300d2e7211ce214b264a27fd3be8fd /build.gradle
parent3885d81d6937cb41b3323515d957ed581929810f (diff)
downloadpoi-77ddd87605219b76cb69cc5c4897e49c3b8be9be.tar.gz
poi-77ddd87605219b76cb69cc5c4897e49c3b8be9be.zip
SXSSFSheet: beware of null _writer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index b8628215e3..ae2a3916ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -127,6 +127,7 @@ subprojects {
exclude '**/BaseTestCellUtil.class'
exclude '**/TestUnfixedBugs.class'
exclude '**/TestOneFile.class'
+ include '**/TestDeferredSXSSFWorkbook.class'
// Exclude Test Suites
exclude '**/All*Tests.class'