You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/02/21 16:43:35 UTC

[fineract] branch 1.6.0 updated: FINERACT-1509: Gradle wrapper missing in source distribution

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

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


The following commit(s) were added to refs/heads/1.6.0 by this push:
     new a1fbd51  FINERACT-1509: Gradle wrapper missing in source distribution
a1fbd51 is described below

commit a1fbd5185d2f044e4b78ff6110e0ce0919f6b2f8
Author: Aleksandar Vidakovic <ch...@monkeysintown.com>
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 cfb6e3e..2a1b9d2 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')
         }