srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
866 stars 211 forks source link

Respect gradle proxy settings #280

Closed stefanleh closed 6 years ago

stefanleh commented 6 years ago

It would be nice if the plugin would respect the global proxy settings for gradle.

systemProp.http.proxyHost= systemProp.http.proxyPort= systemProp.https.proxyHost= systemProp.https.proxyPort=

for example.

stefanleh commented 6 years ago

Duplicate. Sorry.