gradle behind proxy
How to resolve external dependencies behind proxy with gradle…
To use gradle behind a proxy, add the properties below to your (existing) gradle.properties, at the root of your project where your build.gradle file lives.
gradle.properties:
|
|
Any questions, feedback, comment?