diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-02-02 21:13:32 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-02-02 21:13:32 +0000 |
commit | d7eb8e949ab4c4a77c095af024900704387ad878 (patch) | |
tree | 0ba1074e58372d6710e330f8bc53d77be04f784a /build.gradle | |
parent | 7a0cc6e7e58f49c28b129057d03daf7ac33c4334 (diff) | |
download | poi-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.gradle | 1 |
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' |