What could change my user gradle.properties? I fou...
# community-support
e
What could change my user gradle.properties? I found that file was modified recently and
Copy code
systemProp.http.proxyHost=localhost
systemProp.http.proxyPort=9090
systemProp.https.proxyHost=localhost
systemProp.https.proxyPort=9090
were added
c
There’s nothing built-in to Gradle that modifies
gradle.properties
- perhaps a plugin or an external tool? Given the nature of those properties perhaps there is some corporate requirements / tooling that sets up the proxy.
e
Thanks
Maybe you're right and my corporate friends did it
Or IDE
Happened on
#Mon Jul 29 11:39:52 CEST 2024
But I started experiencing issues from yesterday
c
In past adventures I’ve had to set similar settings - though did that in (iirc) an init script such that it could be dynamic - if on corprate network/vpn setup for the proxies, otherwise don’t.
e
I'm behind corporate zscaler so most probably admins did it
👍 1
They have a full control over machine
t
there is a dialog android studio will show that will also attempt to "auto add" proxy settings for gradle. assuming you have zscaler the answer to that dialog is always press no/cancel/ignore or whatever negative option it has
e
Thanks, I think I saw it multiple times when launching IDEA. That might be the case. That after some point I just pressed yes.