From 90b8a0c36d35e5cba625b4b22c63591ccc92129d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 25 Oct 2021 22:50:03 +0000 Subject: try to add LICENSE and NOTICE to sources jars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894565 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml-lite/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poi-ooxml-lite') diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index 6138200762..6b10453af9 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -129,7 +129,8 @@ jar { File missingXsbsFile = file("missing-xsbs.txt") List xsbs2 = missingXsbsFile.findAll { !it.empty && !it.startsWith("#") } .collect { "org/apache/poi/schemas/ooxml/system/ooxml/${it.trim()}.xsb" } - includes = clazz + clazzInner + xsbs + xsbs2 + ['META-INF/versions/**', 'org/apache/poi/schemas/ooxml/element/**'] + includes = clazz + clazzInner + xsbs + xsbs2 + + ['META-INF/versions/**', 'META-INF/LICENSE', 'META-INF/NOTICE', 'org/apache/poi/schemas/ooxml/element/**'] } } -- cgit v1.2.3