gradle 系统代理

佚名 / 2024-06-05 / 原文

	System.setProperty("java.net.useSystemProxies", "true");

./gradlew -Djava.net.useSystemProxies=true build

./gradlew -Dhttp.proxyHost=109.105.230.22 -Dhttp.proxyPort=9090 -Dhttps.proxyHost=109.105.230.22 -Dhttps.proxyPort=9090 build