aboutsummaryrefslogtreecommitdiffstats
path: root/main/build.gradle
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 /main/build.gradle
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 'main/build.gradle')
-rw-r--r--main/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 5167b32cfe..f561dfb112 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -46,5 +46,3 @@ configurations {
artifacts {
tests testJar
}
-
-japicmp.baseline = "org.apache.poi:poi:${japicmpversion}@jar" \ No newline at end of file