aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-02-02 21:13:32 +0000
committerPJ Fanning <fanningpj@apache.org>2021-02-02 21:13:32 +0000
commitd7eb8e949ab4c4a77c095af024900704387ad878 (patch)
tree0ba1074e58372d6710e330f8bc53d77be04f784a /build.gradle
parent7a0cc6e7e58f49c28b129057d03daf7ac33c4334 (diff)
downloadpoi-d7eb8e949ab4c4a77c095af024900704387ad878.tar.gz
poi-d7eb8e949ab4c4a77c095af024900704387ad878.zip
[bug-65120] PartAlreadyExistsException when creating cell comments (after some comments removed). Thanks to Raúl Wegmann
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886143 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 6a09be92d8..95118a8129 100644
--- a/build.gradle
+++ b/build.gradle
@@ -160,6 +160,7 @@ subprojects {
exclude '**/BaseTestCellUtil.class'
exclude '**/TestUnfixedBugs.class'
exclude '**/TestOneFile.class'
+ include '**/TestXSSFSheet.class'
// Exclude Test Suites
exclude '**/All*Tests.class'