summaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-08-29 22:11:12 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-08-29 22:11:12 +0000
commit7adf9c26b799f1323f77a5c80f463b5fe2a7f2a6 (patch)
treeae7e2a5f4b5d1f6d113678961bccf5279191612f /poi-ooxml-full
parent519c6ef77fc4d1092a5786494511c9d1e4994ef3 (diff)
downloadpoi-7adf9c26b799f1323f77a5c80f463b5fe2a7f2a6.tar.gz
poi-7adf9c26b799f1323f77a5c80f463b5fe2a7f2a6.zip
disable javadoc generation in ooxml-full and ooxml-lite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r--poi-ooxml-full/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 200b99b6e9..aa1b816013 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -163,4 +163,5 @@ publishing {
}
spotbugsTest.enabled = false
-spotbugsMain.enabled = false \ No newline at end of file
+spotbugsMain.enabled = false
+javadoc.enabled = false \ No newline at end of file