]> source.dussan.org Git - poi.git/commitdiff
Remove the integrationTest task from the Gradle integrationtest project
authorMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 22:07:14 +0000 (22:07 +0000)
committerMarius Volkhart <mariusvolkhart@apache.org>
Fri, 26 Feb 2021 22:07:14 +0000 (22:07 +0000)
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

index d556b849e0dc34f3a51705924f6b7ef5cc162993..70684aadc5876faf21285afa7628e29caca923ba 100644 (file)
@@ -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
 }