-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support HTTPS proxies and authentication #129
Comments
It does not currently, but that could be added. HTTP clients are created in two places:
Happy to merge a PR which adds auth support. Ideally we would copy whatever environment variables Eclipse p2 and Tycho are currently using for this, not sure how they handle it. |
p2deps
authentication support
Landed via spotless-gradle-plugin and having an interest in this functionality. Proxy doesn't seem to be an issue as standard java proxy properties (e.g. |
Does this plugin support authentication with the remote it is trying to acquire dependencies from?
The text was updated successfully, but these errors were encountered: