You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2019/06/13 21:45:09 UTC

[fineract] branch rm-readme-gradle-wrapper created (now 878cade)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch rm-readme-gradle-wrapper
in repository https://gitbox.apache.org/repos/asf/fineract.git.


      at 878cade  minor README clean up to remove more left over Gradle wrapper mentions

This branch includes the following new commits:

     new 878cade  minor README clean up to remove more left over Gradle wrapper mentions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: minor README clean up to remove more left over Gradle wrapper mentions

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch rm-readme-gradle-wrapper
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 878cade280c169f620b18984a198f7f20f33293b
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Thu Jun 13 23:45:04 2019 +0200

    minor README clean up to remove more left over Gradle wrapper mentions
---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9af0253..5d9a82c 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,12 @@ Requirements
 Instructions to run Apache RAT (Release Audit Tool)
 ============
 1. Extract the archive file to your local directory.
-2. Download gradle-wrapper.jar version 2.10 and place it in the fineract-provider/gradle/wrapper folder. See 'Instructions to download gradle wrapper' above.
-3. Run `./gradlew rat`. A report will be generated under build/reports/rat/rat-report.txt
+2. Run `./gradlew rat`. A report will be generated under build/reports/rat/rat-report.txt
 
 Instructions to build a war file
 ============
 1. Extract the archive file to your local directory.
-2. Ensure gradle-wrapper.jar version 2.10 is present in the fineract-provider/gradle/wrapper folder. See 'Instructions to download gradle wrapper' above.
-3. Run `./gradlew clean war` or `./gradlew build` to build deployable war file which will be created at build/libs directory.
+2. Run `./gradlew clean war` or `./gradlew build` to build deployable war file which will be created at build/libs directory.
 
 
 Instructions to execute Integration tests