How can I set gradle proxy to socks

I have resolve it.

add this line to gradle.properties

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

2 Likes