-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Allow insecure protocol #164
Allow insecure protocol #164
Conversation
src/test/resources/fixtures/node-disallow-insecure-protocol/settings.gradle
Outdated
Show resolved
Hide resolved
…ke any sense to have a null convention?
Let me know if this needs further changes, or if I've got the wrong end of the stick with any of the review comments. |
@bsautel Would greatly appreciate it if we can get this merged. We have the same issue where we're behind a corporate proxy and need this option to resolve our node dependency. |
When to release? :-) |
It's coming in the next version, but there were test failures when I ran the tests locally so I need to look into if it was the tests or the merge broke |
Implements #163 to allow Gradle 7.0+ to download Node over HTTP: Adds
allowInsecureProtocol
flag toNodeExtension
taking three possible values: