You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only HttpResponseException (e.g. 404, 500) is caught in the REST client. Other, such as java.net.ConnectException: Connection refused (Connection refused) are caught at the Gradle level. Does it make sense to handle it in the plugin?
The text was updated successfully, but these errors were encountered:
Currently only
HttpResponseException
(e.g. 404, 500) is caught in the REST client. Other, such asjava.net.ConnectException: Connection refused (Connection refused)
are caught at the Gradle level. Does it make sense to handle it in the plugin?The text was updated successfully, but these errors were encountered: