Answers for "gradle proxy build"

0

gradle proxy build

gradlew -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=10800 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=10800 build
Posted by: Guest on March-09-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language