I’m getting the following error when I try to run a dependency scan
If you require assistance with this problem, please report it via https://gradle.com/scans/help/plugin and include the following information via copy/paste.
----------
Gradle version: 5.6.4
Plugin version: 2.4.2
Request URL: https://scans-in.gradle.com/in/5.6.4/2.4.2
Request ID: 6ac584f6-1f76-4649-82e5-120126e17355
Exception: java.net.SocketTimeoutException: connect timed out
----------
I’m currently on a VPN behind a corporate proxy. I’ve configured the systemProp.https.proxy*
settings, so builds work properly, but Gradle doesn’t apply my proxy settings to scan uploads. I’ve tried passing -Dhttps.proxyHost
at the command line, but it doesn’t make a difference.