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
At the moment, NativeScript CLI can be configured to work behind a proxy which requires authentication with username/password. However, CLI does not pass the authentication credentials to Gradle and therefore Android builds fail.
Which platform(s) does your issue occur on?
Android, all workstation OSes
Please provide the following version numbers that your issue occurs with:
CLi: 3.0
Please tell us how to recreate the issue in as much detail as possible.
The text was updated successfully, but these errors were encountered:
Since gradle has a configuration file of its own, I think it should be left to the developer to set it up, just like how they would do with the npm proxy settings.
These are the settings that should be set in gradle.properties to work with a proxy. The following will set my proxy to work with localhost and a certain port. In case the proxy is configured to require authentication - provide the proxyUser and proxyPassword system properties.
Uh oh!
There was an error while loading. Please reload this page.
Tell us about the problem
At the moment, NativeScript CLI can be configured to work behind a proxy which requires authentication with username/password. However, CLI does not pass the authentication credentials to Gradle and therefore Android builds fail.
Which platform(s) does your issue occur on?
Android, all workstation OSes
Please provide the following version numbers that your issue occurs with:
CLi: 3.0
Please tell us how to recreate the issue in as much detail as possible.
The text was updated successfully, but these errors were encountered: