[
https://issues.apache.org/jira/browse/FINERACT-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Petri Tuomola resolved FINERACT-1039.
-------------------------------------
Fix Version/s: 1.4.0
Resolution: Fixed
> Built JAR / WAR has all the files included twice
> ------------------------------------------------
>
> Key: FINERACT-1039
> URL: https://issues.apache.org/jira/browse/FINERACT-1039
> Project: Apache Fineract
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Petri Tuomola
> Assignee: Petri Tuomola
> Priority: Major
> Fix For: 1.4.0
>
>
> Looks like our bootJar/bootWar task includes all built artifacts twice in the
> resulting JAR file:
> For example:
> jar tvf fineract-provider.jar |fgrep GLClosureCommand.class
> 2985 Mon Jun 15 13:27:28 EEST 2020
> BOOT-INF/classes/org/apache/fineract/accounting/closure/command/GLClosureCommand.class
> 2985 Mon Jun 15 13:27:28 EEST 2020
> BOOT-INF/classes/org/apache/fineract/accounting/closure/command/GLClosureCommand.class
> Probably something wrong in how the output paths are set in Gradle
--
This message was sent by Atlassian Jira
(v8.3.4#803005)