From: Dominik Stadler Date: Wed, 7 Jul 2021 10:04:26 +0000 (+0000) Subject: Remove invalid "include" for tests which in fact disables almost all tests X-Git-Tag: REL_5_1_0~159 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6fabb98ea87efced52b1586e8ea69a4d33be433f;p=poi.git Remove invalid "include" for tests which in fact disables almost all tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.gradle b/build.gradle index 21d96ee727..1281490993 100644 --- a/build.gradle +++ b/build.gradle @@ -210,7 +210,6 @@ subprojects { exclude '**/BaseTestCellUtil.class' exclude '**/TestUnfixedBugs.class' exclude '**/TestOneFile.class' - include '**/TestSig*.class' // Exclude Test Suites exclude '**/All*Tests.class'