aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-26 00:38:50 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-26 00:38:50 +0000
commit567b8fde923d7821a860f878a75e55cf6ce7360d (patch)
tree4b5a5cff48449b18bd5c4b7b862e708a5e59a7d3 /poi-ooxml-lite
parenta826e8e32d58fbdb6af18116136cff3d3df76bc0 (diff)
downloadpoi-567b8fde923d7821a860f878a75e55cf6ce7360d.tar.gz
poi-567b8fde923d7821a860f878a75e55cf6ce7360d.zip
try to add LICENSE and NOTICE to sources jars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r--poi-ooxml-lite/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle
index 6138200762..1d2dd79efe 100644
--- a/poi-ooxml-lite/build.gradle
+++ b/poi-ooxml-lite/build.gradle
@@ -148,6 +148,13 @@ jar {
}
}
+sourcesJar {
+ metaInf {
+ from("$projectDir/../legal/LICENSE")
+ from("$projectDir/../legal/NOTICE")
+ }
+}
+
spotbugsTest.enabled = false
spotbugsMain.enabled = false
javadoc.enabled = false