aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
Diffstat (limited to 'poi')
-rw-r--r--poi/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 16591f78c4..21b4627d3e 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -182,6 +182,13 @@ javadocJar {
}
}
+sourcesJar {
+ metaInf {
+ from("$projectDir/../legal/LICENSE")
+ from("$projectDir/../legal/NOTICE")
+ }
+}
+
artifacts {
tests testJar
}