-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven and Gradle proxy settings not respected for Eclipse[Jdt/Cdt/Groovy] (equo-based steps) #1658
Comments
Can you copy-paste the proxy part of your Equo makes its network requests like so:
Not sure how to pass proxy information from your |
|
Regarding proxy configuration in
|
I just ran into the same thing as reported here. Please note in my case, I never had the proxy settings in my This seems to have been broken since |
Is there any update on this? This blocks us from using the latest spotless version - with additional troubles downstream. For instance the appears to be an issue when configuring the older spotless version for eslint/prettier with recent versions of those packages. This leads to certain files becoming corrupted during spotless-eslint/prettier. |
We are having this issue also at my company. |
|
Since the upgrade from spotless-maven-plugin 2.34.0 to 2.35.0 I get a "java.net.SocketTimeoutException: Connect timed out" (see full stacktrace below).
It looks like it's not respecting the configured proxy settings in my ~/.m2/settings.xml.
When I manually specify the proxy via the -Dhttps.proxyHost and -Dhttps.proxyPort system properties, it works.
Stacktrace:
The text was updated successfully, but these errors were encountered: