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'd like to recommend a minor wording change in the "Compatibility Problems" error message for the plugin verifier. Upon failing when run via the gradle-intellij-plugin, I received the following is the output:
Execution failed for task ':runPluginVerifier'.
> COMPATIBILITY_PROBLEMS
* Try:
Run with --debug option to get more log output. Run with --scan to get full insights.
Because this (coincidentally) happened for me right after upgrading gradle-intellij-plugin, I misinterpreted the COMPATIBILITY_PROBLEMS message to be incompatibilities of the gradle-intellij-plugin with the gradle version. This led me down a false path for a few minutes. Simply changing this message to something along the lines of IDE_PLUGIN_COMPATIBILITY_PROBLEMS would be a clearer message, and would likely prevent confusion.
Yann: we should probably print (additionally) the human readable description which will always be more clear than "raw" enum constant name
The text was updated successfully, but these errors were encountered:
original request: https://youtrack.jetbrains.com/issue/IJSDK-1453/Improve-Compatibility-Problems-error-message
I'd like to recommend a minor wording change in the "Compatibility Problems" error message for the plugin verifier. Upon failing when run via the gradle-intellij-plugin, I received the following is the output:
Because this (coincidentally) happened for me right after upgrading gradle-intellij-plugin, I misinterpreted the COMPATIBILITY_PROBLEMS message to be incompatibilities of the gradle-intellij-plugin with the gradle version. This led me down a false path for a few minutes. Simply changing this message to something along the lines of IDE_PLUGIN_COMPATIBILITY_PROBLEMS would be a clearer message, and would likely prevent confusion.
Yann: we should probably print (additionally) the human readable description which will always be more clear than "raw" enum constant name
The text was updated successfully, but these errors were encountered: