aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-05-22 20:16:21 +0000
committerPJ Fanning <fanningpj@apache.org>2021-05-22 20:16:21 +0000
commit5984e32310ba6cac3667acf65872d5bb58a33db2 (patch)
treecb8b62fe030ddd6bbdf71d393e727b006297fcf0 /build.xml
parent95279ea0349e41f333de67c5e45cf11bdc62172e (diff)
downloadpoi-5984e32310ba6cac3667acf65872d5bb58a33db2.tar.gz
poi-5984e32310ba6cac3667acf65872d5bb58a33db2.zip
exclude gradle wrapper from src release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ee2df209fd..d2715630a3 100644
--- a/build.xml
+++ b/build.xml
@@ -2380,6 +2380,7 @@ under the License.
bin/**,
out/**,
tmp/**,
+ gradle/**,
sonar/**/target/**,
sonar/*/src/**,
compile-lib/**,
@@ -2387,6 +2388,7 @@ under the License.
ooxml-testlib/**,
scripts/**,
TEST*,
+ gradlew.*,
*.ipr,
**/*.iml,
*.iws,