This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new df54899 MNEMONIC-732: Exclude dccache from license check
df54899 is described below
commit df548995b7764ccf0aed2ceb40b6f375bda47ca0
Author: Gordon King <[email protected]>
AuthorDate: Sun Mar 6 00:59:44 2022 -0800
MNEMONIC-732: Exclude dccache from license check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 28f2a39..e2322c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,6 +338,7 @@
<exclude>gradlew/</exclude>
<exclude>gradlew.bat</exclude>
<exclude>**/build/</exclude>
+ <exclude>.dccache</exclude>
</excludes>
</configuration>
<executions>