aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-03-28 19:54:54 +0000
committerDominik Stadler <centic@apache.org>2021-03-28 19:54:54 +0000
commit6dd39585d5575c35f7cdc70a1f2cbd1453d134c3 (patch)
tree1026d24b412bf0ba9e8bb37d9a9f6a7ac829d6cc /examples
parentd2958cca7ffa844d5bcf3f552199e598ca53540f (diff)
downloadpoi-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 'examples')
-rw-r--r--examples/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index eb7855d990..559dd449cc 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -21,5 +21,3 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
}
-
-japicmp.enabled = false \ No newline at end of file