LoginSignup
0
0

More than 5 years have passed since last update.

GradleをProxy環境で利用する

Posted at

共通的に使うので、以下の場所にファイルを作成します。

C:\Users<ユーザー名>.gradle\gradle.properties

systemProp.http.proxyHost=<プロキシサーバ名>
systemProp.http.proxyPort=<ポート>
systemProp.https.proxyHost=<プロキシサーバ名>
systemProp.https.proxyPort=<ポート>
systemProp.http.nonProxyHosts=<プロキシサーバをつかわないアドレス等。カンマ区切り>
0
0
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
0
0