You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ma...@apache.org on 2021/02/26 22:07:14 UTC

svn commit: r1886961 - /poi/trunk/build.gradle

Author: mariusvolkhart
Date: Fri Feb 26 22:07:14 2021
New Revision: 1886961

URL: http://svn.apache.org/viewvc?rev=1886961&view=rev
Log:
Remove the integrationTest task from the Gradle integrationtest project

This task adds no additional configuration over the regular test task.

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1886961&r1=1886960&r2=1886961&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Feb 26 22:07:14 2021
@@ -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
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org