diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-11-03 00:00:21 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-11-03 00:00:21 +0000 |
commit | f2f4ea44b6a5406704fb69c04911e6c7e34b854a (patch) | |
tree | f0fc75af53e69260a2350d641f9f31dcc32552b6 /poi-integration | |
parent | 1c184f49d0b27614936e63d25e3d7a458b4dfea9 (diff) | |
download | poi-f2f4ea44b6a5406704fb69c04911e6c7e34b854a.tar.gz poi-f2f4ea44b6a5406704fb69c04911e6c7e34b854a.zip |
#65668 - upgrade to xmlsec 2.3.0 - make secure validation configurable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index b6f73982f4..e6eafcbb8f 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -184,3 +184,4 @@ javadocJar.onlyIf { false } sourcesJar.onlyIf { false } generateMetadataFileForPOIPublication.enabled = false +publishPOIPublicationToMavenLocal.enabled = false |