This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.0 by this push:
new f2e39fb Remove gradle-related binary files from the sources assembly
f2e39fb is described below
commit f2e39fbf0145c55246a0002d3a03149042b8ea96
Author: Nikita Timofeev <[email protected]>
AuthorDate: Wed Jun 9 15:46:08 2021 +0300
Remove gradle-related binary files from the sources assembly
(cherry picked from commit f521188628273cd4c415d6657805223e70c326d6)
---
assembly/src/main/resources/assemblies/assembly-src.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/assembly/src/main/resources/assemblies/assembly-src.xml
b/assembly/src/main/resources/assemblies/assembly-src.xml
index b056612..1f245a8 100644
--- a/assembly/src/main/resources/assemblies/assembly-src.xml
+++ b/assembly/src/main/resources/assemblies/assembly-src.xml
@@ -36,6 +36,10 @@
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings</exclude>
+ <exclude>**/out/**</exclude>
+ <exclude>**/build/**</exclude>
+ <exclude>**/gradle/**</exclude>
+ <exclude>**/.gradle/**</exclude>
</excludes>
</fileSet>
<fileSet>