This is an automated email from the ASF dual-hosted git repository.
aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 431d3b3 FINERACT-1509: Gradle wrapper missing in source distribution
431d3b3 is described below
commit 431d3b37bb6bd390759edf8ad2785c8a0daffe65
Author: Aleksandar Vidakovic <[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 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')
}