diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-07-06 13:37:43 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-07-06 13:37:43 +0000 |
commit | 8637eb7cb228de85e0f34c6020e66799587e6e7f (patch) | |
tree | 7626638339be6d001ff23e07b4986b794f9125ad /build.gradle | |
parent | 77ddd87605219b76cb69cc5c4897e49c3b8be9be (diff) | |
download | poi-8637eb7cb228de85e0f34c6020e66799587e6e7f.tar.gz poi-8637eb7cb228de85e0f34c6020e66799587e6e7f.zip |
remove accidental commit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ae2a3916ef..b8628215e3 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,6 @@ subprojects { exclude '**/BaseTestCellUtil.class' exclude '**/TestUnfixedBugs.class' exclude '**/TestOneFile.class' - include '**/TestDeferredSXSSFWorkbook.class' // Exclude Test Suites exclude '**/All*Tests.class' |