From 0fbf8f2e58e74a4a9e2eb88de8ba3605edf4131b Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Fri, 26 Feb 2021 22:07:14 +0000 Subject: [PATCH] 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 --- build.gradle | 5 ----- 1 file changed, 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 }