[ofbiz-framework] branch release17.12 updated: Fixed: Replace Bintray by a new place to upload the Gradle Wrapper (OFBIZ-12192)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release17.12 updated: Fixed: Replace Bintray by a new place to upload the Gradle Wrapper (OFBIZ-12192)

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

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new 4138bf2  Fixed: Replace Bintray by a new place to upload the Gradle Wrapper (OFBIZ-12192)
4138bf2 is described below

commit 4138bf2a34b7736d3e97dfae933e9883ec8df717
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun Mar 14 09:50:06 2021 +0100

    Fixed: Replace Bintray by a new place to upload the Gradle Wrapper (OFBIZ-12192)
   
    Updates the documentation for Windows and Gradle wrapper download, needs
    Powershell
---
 README.adoc | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/README.adoc b/README.adoc
index f467061..a68093a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -20,7 +20,7 @@ under the License.
 = Apache OFBiz®
 
 If you are reading this file in AsciiDoc format you may want to see it in
-https://ci.apache.org/projects/ofbiz/site/stable/readme/html5/README.html[HTML]
+https://ci.apache.org/projects/ofbiz/site/stable/readme/html5/README.html[HTML]
 or https://ci.apache.org/projects/ofbiz/site/stable/readme/pdf/README.pdf[PDF] format
 
 ---
@@ -59,14 +59,17 @@ ________________________________________________________________________________
 [[system-requirements]]
 == System requirements
 
-The only requirement to run OFBiz is to have the Java Development Kit (JDK)
-version 8 installed on your system (not just the JRE, but the full JDK) which
-you can download from the below link. Make sure of setting the $JAVA_HOME
-environment variable.
+The only requirements to run OFBiz is
+
+* to have the Java Development Kit (JDK) version 8 installed on your system
+(not just the JRE, but the full JDK) that you can download from the below link.
+Make sure of setting the $JAVA_HOME environment variable. +
+https://adoptopenjdk.net/[JDK download], https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know more about the JDK]
+
+* If on Windows, a Powershell version >= 7.1.3 installed that you can download from the below link. +
+https://github.com/PowerShell/PowerShell[Powershell]
 
-https://adoptopenjdk.net/[JDK download]
 
-https://medium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244[To know more about the JDK]
 
 [[quick-start]]
 // tag::quickstart[]
@@ -395,7 +398,7 @@ dash!
 Loads all data sets; meant for initial loading of generic OFBiz data. Can be
 applied for development, testing, demonstration, etc. purposes. Be aware that
 executing this task can result in your data being overwritten in your database
-of choice.
+of choice.
 
 `gradlew loadAll` OR `gradlew "ofbiz --load-data"`