[
https://issues.apache.org/jira/browse/FINERACT-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185288#comment-17185288
]
Aleksandar Vidakovic commented on FINERACT-1129:
------------------------------------------------
[~vorburger] please have a look at the sources again (or just clone and try it
out). I think this is ready for prime time. Following fixes:
* added detailed instructions how to setup your environment in README.md
* fixed a minor issue related to duplicate file entries in tar.gz file
* no separate task required anymore, i. e. "fineractRelease" is gone
* create a release with a simple command line flag: ./gradlew
-Pfineract.release clean build
* ASCII armored signature created
* SHA512 checksum created (was not present in previous releases, but is
actually required by Apache)
* by default signatures and checksums are disabled, i. e. ./gradlew clean
build can be executed by normal devs without errors
I think this is as good as it gets
> Gradle task to create release package
> -------------------------------------
>
> Key: FINERACT-1129
> URL: https://issues.apache.org/jira/browse/FINERACT-1129
> Project: Apache Fineract
> Issue Type: Improvement
> Components: Build
> Affects Versions: 1.4.0
> Reporter: Aleksandar Vidakovic
> Assignee: Aleksandar Vidakovic
> Priority: Minor
> Fix For: 1.4.0
>
>
> Add Gradle task to create release package with following artifacts:
> * WAR
> * server JAR
> * client JAR
> * README
--
This message was sent by Atlassian Jira
(v8.3.4#803005)