This is an automated email from the ASF dual-hosted git repository. vorburger pushed a commit to branch rm-gradle-wrapper-doc in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 92bdd539e500e6148d04577dc4aef2596195a203 Author: Michael Vorburger ⛑️ <[email protected]> AuthorDate: Wed Jun 12 09:28:36 2019 +0200 remove Instructions to download gradle wrapper from README as already removed from Requirements in previous commit 2f80674a2c08a91faf45ce25ba435cfcb2211da8 because the Gradle Wrapper is available in fineract-provider/gradle/wrapper and therefore not a pre-requisite to contribute --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 140286c..d88cbef 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,6 @@ Requirements * Java >= 1.8 (Oracle JVMs have been tested) * MySQL 5.5 -Instructions to download gradle wrapper -============ -If the file fineract-provider/gradle/wrapper/gradle-wrapper.jar doesn't already exist in your copy of the Fineract codebase, the same needs to be downloaded using the commands below - -wget --no-check-certificate -P fineract-provider/gradle/wrapper https://github.com/apache/fineract/raw/develop/fineract-provider/gradle/wrapper/gradle-wrapper.jar - -(or) - -curl --insecure -L https://github.com/apache/fineract/raw/develop/fineract-provider/gradle/wrapper/gradle-wrapper.jar > fineract-provider/gradle/wrapper/gradle-wrapper.jar - Instructions to run Apache RAT (Release Audit Tool) ============ 1. Extract the archive file to your local directory.
