This is an automated email from the ASF dual-hosted git repository.

garyw 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 eba402e  MNEMONIC-586: Missing Gradle configure files in 
source-assembly.xml
eba402e is described below

commit eba402eeaa45ca3e0a22b67b1178e9faa4b8077f
Author: Gary <[email protected]>
AuthorDate: Sun Jan 3 22:55:46 2021 -0800

    MNEMONIC-586: Missing Gradle configure files in source-assembly.xml
---
 bin/source-assembly.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/source-assembly.xml b/bin/source-assembly.xml
index 9a23a41..f94b8c2 100644
--- a/bin/source-assembly.xml
+++ b/bin/source-assembly.xml
@@ -279,6 +279,10 @@
         <include>bin/**</include>
         <include>docker/**</include>
         <include>gradle/**</include>
+        <include>settings.gradle</include>
+        <include>gradlew</include>
+        <include>gradlew.bat</include>
+        <include>build.gradle</include>
       </includes>
       <useDefaultExcludes>true</useDefaultExcludes>
     </fileSet>

Reply via email to