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
I think this should be resolved here in appengine-plugins-core.
Yes, ManagedSdkVerificationException contains the cause and can return it if prompted, but then it's on the caller (maven and gradle plugins) to get the cause exception, compare its type to CommandExecutionException and get the output.
It would be easier if CommandExecutionException.getErrorLog() got logged before it's wrapped in ManagedSdkVerificationException.
Currently, when a command (such as
ManagedCloudSDK.isUpToDate()
) fails, there is no detailed error message.See #991 for more details.
The text was updated successfully, but these errors were encountered: