diff options
author | Dominik Stadler <centic@apache.org> | 2021-03-28 19:54:54 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-03-28 19:54:54 +0000 |
commit | 6dd39585d5575c35f7cdc70a1f2cbd1453d134c3 (patch) | |
tree | 1026d24b412bf0ba9e8bb37d9a9f6a7ac829d6cc /integrationtest | |
parent | d2958cca7ffa844d5bcf3f552199e598ca53540f (diff) | |
download | poi-6dd39585d5575c35f7cdc70a1f2cbd1453d134c3.tar.gz poi-6dd39585d5575c35f7cdc70a1f2cbd1453d134c3.zip |
Remove support for japicmp from Gradle build
I now spent a few hours trying to make it work and the Gradle support is
simply not production-ready and also not maintained, it triggers various
strange errors and does not supporting the usual Gradle conventions.
So I do not want to spend more time on it, feel free to revive it if you know how
to make this work properly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'integrationtest')
-rw-r--r-- | integrationtest/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/integrationtest/build.gradle b/integrationtest/build.gradle index 0121e71626..31ad899086 100644 --- a/integrationtest/build.gradle +++ b/integrationtest/build.gradle @@ -35,5 +35,3 @@ test { // exclude these from the normal test-run exclude '**/*FileHandler.class' } - -japicmp.enabled = false
\ No newline at end of file |