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