I’m experiencing an issue with Gradle on my work computer. When I’m not connected to the VPN, the Gradle build process takes about 12-25 minutes to complete. All i see for 22 min is Download Info after this it goes quick and complete everything in 3 minutes.
Also, when I’m connected to the VPN, the build time drops to just 2-3 minutes.
I’ve cloned the same code repository on my personal computer, and the build time is consistently 2-3 minutes without the VPN.
Here’s a summary of what I’ve tried and observed:
Building with VPN: 2-3 minutes.
Building without VPN: 12-25 minutes.
Same codebase on personal computer builds in 2-3 minutes without VPN.
Tried working offline with downloaded Gradle, no change in build time.
My questions are:
- Is there a way to know what is going on when gradle Download info.
- Why might Gradle be so slow on my work computer when not using the VPN?
- Are there any specific network settings or configurations on my work computer that could be affecting Gradle’s performance?
- What troubleshooting steps can I take to diagnose and fix this issue?
Any insights or suggestions would be greatly appreciated!
Thanks in advance!