LoginSignup
7
6

More than 5 years have passed since last update.

Gradle実行時のProxy設定

Posted at

「gradle.properties」に以下のように記述。

gradle.properties
systemProp.http.proxyHost=xxx.xxx.xxx.xxx
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=user
systemProp.http.proxyPassword=password

systemProp.https.proxyHost=xxx.xxx.xxx.xxx
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=user
systemProp.https.proxyPassword=password
7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6