Please help yourself: https://ofbiz.apache.org/mailing-lists.html

Jacques

Le 06/10/2019 à 15:18, Mariano Marks a écrit :
How can I unsubscribe from this lists?

On Sun, Oct 6, 2019 at 3:54 AM Jacques Le Roux <[email protected]>
wrote:

Le 05/10/2019 à 17:46, Ethan Vos a écrit :
Thanks.

Looked at init-gradle-wrapper.ps1 and there is no standalone wget.

wget -outf gradle\wrapper\gradle-wrapper.jar
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.jar
wget -outf gradle\wrapper\gradle-wrapper.properties
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.properties
wget -outf gradlew.bat
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradlew.bat

Here they are at the start of each line just replace with

Invoke-WebRequest -outf gradle\wrapper\gradle-wrapper.jar
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.jar
Invoke-WebRequest
<http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.jarInvoke-WebRequest>
-outf gradle\wrapper\gradle-wrapper.properties
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.properties
Invoke-WebRequest
<http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradle-wrapper.propertiesInvoke-WebRequest>
-outf gradlew.bat
http://dl.bintray.com/apacheofbiz/GradleWrapper/v2.13/gradlew.bat

Jacques


Reply via email to