Disable poi-integration javadoc and sources JARs in Gradle. These prevented gradlew publish from succeeding.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marius Volkhart 2022-09-26 17:44:30 +00:00
parent e092990388
commit 2056f2e6cf
1 changed files with 2 additions and 4 deletions

View File

@ -189,11 +189,9 @@ test {
}
}
javadoc.onlyIf { false }
javadoc { enabled(false) }
javadocJar.onlyIf { false }
sourcesJar.onlyIf { false }
sourcesJar { enabled(false) }
generateMetadataFileForPOIPublication.enabled = false
publishPOIPublicationToMavenLocal.enabled = false