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
This commit is contained in:
Andreas Beeker 2021-08-29 22:11:12 +00:00
parent 519c6ef77f
commit 7adf9c26b7
2 changed files with 4 additions and 2 deletions

View File

@ -163,4 +163,5 @@ publishing {
} }
spotbugsTest.enabled = false spotbugsTest.enabled = false
spotbugsMain.enabled = false spotbugsMain.enabled = false
javadoc.enabled = false

View File

@ -142,4 +142,5 @@ jar {
} }
spotbugsTest.enabled = false spotbugsTest.enabled = false
spotbugsMain.enabled = false spotbugsMain.enabled = false
javadoc.enabled = false