Saturday, June 23, 2018

Gradle to use socks5 proxy

Gradle to use socks5 proxy?
Set this inside gradle.properties

 org.gradle.jvmargs=-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=7077  

2 comments: