]> source.dussan.org Git - poi.git/commit
Do not disable all files for poi-integration in build.gradle
authorDominik Stadler <centic@apache.org>
Wed, 9 Aug 2023 05:44:01 +0000 (05:44 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 9 Aug 2023 05:44:01 +0000 (05:44 +0000)
commit543d6ad54b498081537d5c1ad5201fcf4606c784
tree729b0fb4429e4cbfb958425d1b5f8d22a10b9c5e
parente706f37170789876a930461924fbe84c34c5dfa8
Do not disable all files for poi-integration in build.gradle

It seems doing it this way can kick in even when using JDK 11+ due
to the Gradle toolchain.

Let's rather do a more specific exclusion in code to only exclude files
which actually cause JDK 8 to hang.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911562 13f79535-47bb-0310-9956-ffa450edef68
poi-integration/build.gradle
poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java