diff options
author | Marius Volkhart <mariusvolkhart@apache.org> | 2021-02-26 22:14:17 +0000 |
---|---|---|
committer | Marius Volkhart <mariusvolkhart@apache.org> | 2021-02-26 22:14:17 +0000 |
commit | 451684aa9168aed515ea9f33b8d30f4e99227390 (patch) | |
tree | f3e557e85c4d7a1e35cf0a4c9bc3ce76295230b5 /build.gradle | |
parent | 0fbf8f2e58e74a4a9e2eb88de8ba3605edf4131b (diff) | |
download | poi-451684aa9168aed515ea9f33b8d30f4e99227390.tar.gz poi-451684aa9168aed515ea9f33b8d30f4e99227390.zip |
Enable running more integration tests from Gradle.
This is particularly relevant for developers who import the Gradle project into their IDE and run tests using the Gradle test runner. Those developers were previously unable to debug integration tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886962 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 70684aadc5..f574528646 100644 --- a/build.gradle +++ b/build.gradle @@ -421,7 +421,6 @@ project('integrationtest') { test { // exclude these from the normal test-run - exclude '**/TestAllFiles.class' exclude '**/*FileHandler.class' } |