diff --git a/gradle.properties b/gradle.properties index 55385b33..0369726e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,8 +39,8 @@ org.gradle.warning.mode=all kapt.incremental.apt=true # Proxy -# systemProp.http.proxyHost=127.0.0.1 -# systemProp.http.proxyPort=1080 -# systemProp.https.proxyHost=127.0.0.1 -# systemProp.https.proxyPort=1080 -# systemProp.http.nonProxyHosts=dl.google.com|maven.aliyun.com|jcenter.bintray.com \ No newline at end of file +systemProp.http.proxyHost=127.0.0.1 +systemProp.http.proxyPort=1080 +systemProp.https.proxyHost=127.0.0.1 +systemProp.https.proxyPort=1080 +systemProp.http.nonProxyHosts=dl.google.com|maven.aliyun.com|jcenter.bintray.com \ No newline at end of file