diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-15 00:23:39 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-15 00:23:39 +0000 |
commit | 221b496f042b37d02a6e66477c0974b6f3976044 (patch) | |
tree | 5ea8ff5468743930e593922e1858e9c5e7f95daa | |
parent | 99f52557ef2b7ef6d81d0478bf78d45279af23d3 (diff) | |
download | poi-221b496f042b37d02a6e66477c0974b6f3976044.tar.gz poi-221b496f042b37d02a6e66477c0974b6f3976044.zip |
ignore all svn conflicts of module-info.class/java in rat-check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893346 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7e59616989..f4fdce8e57 100644 --- a/build.gradle +++ b/build.gradle @@ -545,7 +545,7 @@ rat { "poi-ooxml-full/src/main/xmlschema/org/apache/poi/xdgf/visio.xsd", "osgi/README.md", // ignore svn conflict artifacts - "**/module-info.class.*" + "**/module-info.*" ] /* |