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

aleks pushed a commit to branch fix-1.6.0
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 813e9b0e7f5c4f2b53476808dc690d8419b82d31
Author: Aleks <[email protected]>
AuthorDate: Mon Feb 21 03:39:55 2022 +0100

    FINERACT-1509: Gradle wrapper missing in source distribution
---
 fineract-war/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-war/build.gradle b/fineract-war/build.gradle
index cfb6e3ef5..2a1b9d2d4 100644
--- a/fineract-war/build.gradle
+++ b/fineract-war/build.gradle
@@ -93,7 +93,7 @@ distributions {
 
         contents {
             from "$rootDir/"
-            exclude '**/build' , '.git', '**/.gradle', '.github', 
'**/.settings', '**/.project', '**/.classpath', '.idea', 'out', '._.DS_Store', 
'.DS_Store', 'WebContent', '**/.externalToolbuilders', '.theia', '.gitpod.yml', 
'.travis.yml', 'LICENSE_RELEASE', 'NOTICE_RELEASE', '**/licenses', '*.class', 
'**/bin', '*.log', '.dockerignore', '**/gradle', '**/.gitkeep'
+            exclude '**/build' , '.git', '**/.gradle', '.github', 
'**/.settings', '**/.project', '**/.classpath', '.idea', 'out', '._.DS_Store', 
'.DS_Store', 'WebContent', '**/.externalToolbuilders', '.theia', '.gitpod.yml', 
'.travis.yml', 'LICENSE_RELEASE', 'NOTICE_RELEASE', '**/licenses', '*.class', 
'**/bin', '*.log', '.dockerignore', '**/.gitkeep'
             rename ('LICENSE_SOURCE', 'LICENSE')
             rename ('NOTICE_SOURCE', 'NOTICE')
         }

Reply via email to