diff options
author | Marius Volkhart <mariusvolkhart@apache.org> | 2021-02-26 22:07:14 +0000 |
---|---|---|
committer | Marius Volkhart <mariusvolkhart@apache.org> | 2021-02-26 22:07:14 +0000 |
commit | 0fbf8f2e58e74a4a9e2eb88de8ba3605edf4131b (patch) | |
tree | c6fb25074ebd4a3e4ab94b57279711d3e6f2d84a /build.gradle | |
parent | a49347e8d076ff93b3dace039f26ea9c6c9ed022 (diff) | |
download | poi-0fbf8f2e58e74a4a9e2eb88de8ba3605edf4131b.tar.gz poi-0fbf8f2e58e74a4a9e2eb88de8ba3605edf4131b.zip |
Remove the integrationTest task from the Gradle integrationtest project
This task adds no additional configuration over the regular test task.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index d556b849e0..70684aadc5 100644 --- a/build.gradle +++ b/build.gradle @@ -425,11 +425,6 @@ project('integrationtest') { exclude '**/*FileHandler.class' } - task integrationTest(type: Test) { - // these are just tests used during development of more test-code - exclude '**/*FileHandler.class' - } - japicmp.enabled = false } |