You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2020/12/30 19:33:26 UTC

[mnemonic] branch master updated: MNEMONIC-578: Add gradle/wrapper into source-assembly.xml

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 5b72e51  MNEMONIC-578: Add gradle/wrapper into source-assembly.xml
5b72e51 is described below

commit 5b72e51c4970f099d7a197d9cb9916566e84b0fd
Author: Xiaojin Jiao <xj...@gmail.com>
AuthorDate: Tue Dec 29 19:05:23 2020 -0800

    MNEMONIC-578: Add gradle/wrapper into source-assembly.xml
    
    Signed-off-by: Xiaojin Jiao <xj...@gmail.com>
---
 bin/source-assembly.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/source-assembly.xml b/bin/source-assembly.xml
index a2a8dce..af625d4 100644
--- a/bin/source-assembly.xml
+++ b/bin/source-assembly.xml
@@ -278,6 +278,7 @@
         <include>pom.xml</include>
         <include>bin/**</include>
         <include>docker/**</include>
+        <include>gradle/**</include>
       </includes>
       <useDefaultExcludes>true</useDefaultExcludes>
     </fileSet>