This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch release/1.14.0 in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 927f8dc5892d4d9bfaf65f63b9e79475b2f11e4a Author: Adam Monsen <[email protected]> AuthorDate: Thu Dec 18 14:38:32 2025 -0800 ignore .swp files when building src release just in case. I accidentally did this while working on the 1.14.0 release. --- 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 74b7bf31d0..2540300c31 100644 --- a/fineract-war/build.gradle +++ b/fineract-war/build.gradle @@ -150,7 +150,7 @@ distributions { '**/.classpath', '.idea', 'out', '._.DS_Store', '.DS_Store', 'WebContent', '**/.externalToolbuilders', '.theia', 'LICENSE_RELEASE', 'NOTICE_RELEASE', '**/licenses', '*.class', '**/bin', '*.log', '.dockerignore', - '**/.gitkeep', '.atr-rat-excludes-bin.txt' + '**/.gitkeep', '*.swp', '.atr-rat-excludes-bin.txt' // Ensure consistent file paths for caching eachFile { details ->
