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
Currently FORCED will overwrite some proxy settings and this might end up being confusing if other configuration has been set, so to get the expected result I am thinking we should unset any environment variable that could affect proxy settings before setting ours.
We currently already have a list of known variables
That makes sense. Either we use the configuration which is present in the environment, either we use our configuration, but not a mix of both of them that can lead to strange behaviors.
Currently
FORCED
will overwrite some proxy settings and this might end up being confusing if other configuration has been set, so to get the expected result I am thinking we should unset any environment variable that could affect proxy settings before setting ours.We currently already have a list of known variables
gradle-node-plugin/src/main/kotlin/com/github/gradle/node/npm/proxy/NpmProxy.kt
Lines 11 to 21 in 9087183
The text was updated successfully, but these errors were encountered: