This is an automated email from the ASF dual-hosted git repository.
bagrijp 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 1a29266d8 FINERACT-2044: Fix spring boot loader PropertyLauncher class
not found error
1a29266d8 is described below
commit 1a29266d86849cb22454728c095f0f10da970564
Author: Ruchi Dhamankar <[email protected]>
AuthorDate: Wed Jan 24 15:51:07 2024 +0530
FINERACT-2044: Fix spring boot loader PropertyLauncher class not found error
---
fineract-provider/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index f4fb4fec0..e982db6ea 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -235,7 +235,7 @@ springBoot {
bootJar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
manifest {
- attributes('Main-Class':
'org.springframework.boot.loader.PropertiesLauncher', 'Implementation-Title':
'Apache Fineract', 'Implementation-Version': project.version)
+ attributes('Main-Class':
'org.springframework.boot.loader.launch.PropertiesLauncher',
'Implementation-Title': 'Apache Fineract', 'Implementation-Version':
project.version)
}
archiveClassifier = ''
dependsOn resolve