diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-25 22:29:10 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-25 22:29:10 +0000 |
commit | e66486bc8a22c92ad7a21befc452e7786611fdcb (patch) | |
tree | 775758e3ca319eece6f6c1851de745c1b18a1660 /poi-scratchpad/build.gradle | |
parent | a5325cb11240c799f4f8f5d280635b8f60aa850c (diff) | |
download | poi-e66486bc8a22c92ad7a21befc452e7786611fdcb.tar.gz poi-e66486bc8a22c92ad7a21befc452e7786611fdcb.zip |
try to add LICENSE and NOTICE to javadoc jars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r-- | poi-scratchpad/build.gradle | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index 94ca0350c8..220df5aafc 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -144,6 +144,13 @@ javadoc { } } +javadocJar { + metaInf { + from("$projectDir/../legal/LICENSE") + from("$projectDir/../legal/NOTICE") + } +} + artifacts { tests testJar } |