Gradle.properties

https://docs.gradle.org/current/userguide/build_environment.html

Location

Gradle looks for gradle.properties files in these places:

Proxy settings

systemProp.http.proxyHost=proxy.no
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=proxy.no
systemProp.https.proxyPort=8080