Skip to content

Commit

Permalink
FINERACT-2044: Fix spring boot loader PropertyLauncher class not foun…
Browse files Browse the repository at this point in the history
…d error
  • Loading branch information
ruchiD authored and reluxa committed Jan 24, 2024
1 parent 4357eb2 commit 1a29266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a29266

Please sign in to comment.