aboutsummaryrefslogtreecommitdiffstats
path: root/scratchpad/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 /scratchpad/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 'scratchpad/build.gradle')
-rw-r--r--scratchpad/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/scratchpad/build.gradle b/scratchpad/build.gradle
index 9b0717e37a..83a4e09ce6 100644
--- a/scratchpad/build.gradle
+++ b/scratchpad/build.gradle
@@ -29,5 +29,3 @@ jar {
attributes 'Automatic-Module-Name': 'org.apache.poi.scratchpad'
}
}
-
-japicmp.baseline = "org.apache.poi:poi:${japicmpversion}@jar" \ No newline at end of file