I am unable to build the cuba platform plugin I am assuming because gradle cannot download the necessary artifacts. I set the proxy:
gradle -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8118 gradle -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8118
However, it still fails:
Am I missing something?
I must use gradlew which uses 3.1, version 3.1 does NOT work.