svn commit: r1861783 - in /ofbiz/ofbiz-framework/trunk: README.adoc gradle/wrapper/

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

svn commit: r1861783 - in /ofbiz/ofbiz-framework/trunk: README.adoc gradle/wrapper/

jleroux@apache.org
Author: jleroux
Date: Fri Jun 21 12:47:58 2019
New Revision: 1861783

URL: http://svn.apache.org/viewvc?rev=1861783&view=rev
Log:
Documented: Remove the Gradle wrapper jar
(OFBIZ-10145) (LEGAL-288)

SVN ignores gradle-wrapper.* files in gradle/wrapper dir
Documentation: on Windows wget is not needed. PowerShell Invoke-WebRequest
command is used and aliased as wget in init-gradle-wrapper.ps1


Modified:
    ofbiz/ofbiz-framework/trunk/README.adoc
    ofbiz/ofbiz-framework/trunk/gradle/wrapper/   (props changed)

Modified: ofbiz/ofbiz-framework/trunk/README.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.adoc?rev=1861783&r1=1861782&r2=1861783&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/README.adoc Fri Jun 21 12:47:58 2019
@@ -76,7 +76,7 @@ the command line at the OFBiz top level
 
 *Unix-like OS*: ensure that your system have `curl` or `wget` and run `./gradlew`
 
-*MS Windows*: ensure that your system have `wget` and run `gradlew`
+*MS Windows*: run `gradlew`
 
 if some inconveniences appear please remove `OFBiz-root/gradle/wrapper` directory and run again.
 

Propchange: ofbiz/ofbiz-framework/trunk/gradle/wrapper/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jun 21 12:47:58 2019
@@ -0,0 +1,2 @@
+gradle-wrapper.jar
+gradle-wrapper.properties