I have a sample from Gaelyk (called Bloogie) and it is using gradlew
Problem is that i am behid a proxy.
Read gradle docs and found this:
gradle.properties
systemProp.http.proxyHost=www.somehost.org
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
but i have no clue how to put this info into the wrapper gradlew
Any idea ?