aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-07-19 21:59:38 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-07-19 21:59:38 +0000
commita18e04b3693dbc9e3aff40b653f4dc982a95919a (patch)
treeb1c2b59e9e8c9ff92493e5e1edea877c15b22be0 /poi-integration
parent4e28ad1935ce4e003c7fd184f42b272b503cec23 (diff)
downloadpoi-a18e04b3693dbc9e3aff40b653f4dc982a95919a.tar.gz
poi-a18e04b3693dbc9e3aff40b653f4dc982a95919a.zip
provide dist files via gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r--poi-integration/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 22114ba9b4..43afa39b51 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -138,3 +138,9 @@ test {
}
}
}
+
+javadoc.onlyIf { false }
+
+javadocJar.onlyIf { false }
+
+sourcesJar.onlyIf { false } \ No newline at end of file