You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flag for pip commands supporting it: install, download, list and wheel. By default, it only affects <code>pipInstall</code> and <code>pipList</code> tasks.
1069
1069
Applied for all <code>BasePipTask</code>, so if you have custom pip tasks, it would be affected too.</p>
1070
1070
<p>In case of ssl problems (stale or self-signed certificated), mark domains as trusted (see example below)</p>
1071
+
<divclass="admonition note">
1072
+
<pclass="admonition-title">Note</p>
1073
+
<p>If authorization is used in repository url <code>indexUrl "http://user:pass@custom-url.com"</code>
1074
+
password would be hidden in gradle logs. <br/>
1075
+
Be aware that when gradle <code>--info</code> logs enabled <strong>password would be shown</strong>
1076
+
(because in this case gradle logs all command line arguments).</p>
1077
+
<p>As an alternative, <ahref="https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-i">PIP_INDEX_URL</a> environment variable could be used:
<p>Extra urls will be applied as <ahref="https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url">--extra-index-url</a>
1083
1095
flag for pip commands supporting it: install, download, list and wheel. By default, it only affects <code>pipInstall</code> and <code>pipList</code> tasks.
1084
1096
Applied for all <code>BasePipTask</code>, so if you have custom pip tasks, it would be affected too.</p>
1097
+
<divclass="admonition note">
1098
+
<pclass="admonition-title">Note</p>
1099
+
<p>If authorization is used in repository url <code>indexUrl "http://user:pass@extra-url.com"</code>
1100
+
password would be hidden in gradle logs.<br/>
1101
+
Be aware that when gradle <code>--info</code> logs enabled <strong>password would be shown</strong>
1102
+
(because in this case gradle logs all command line arguments).</p>
1103
+
<p>As an alternative, <ahref="https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url">PIP_EXTRA_INDEX_URL</a> environment variable could be used:
0 commit comments