From 5984e32310ba6cac3667acf65872d5bb58a33db2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 22 May 2021 20:16:21 +0000 Subject: [PATCH] exclude gradle wrapper from src release git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890118 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 ++ 1 file changed, 2 insertions(+) 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,