intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Improve error message `Cannot find builtin plugin X.Y`
- give hint specifying
version
is required when referring to non-bundled plugins - ~give hint that specifying
directoryName
is deprecated and should be replaced with plugin ID (in case specified directory is no longer current name, this might be super-useful when upgrading)~ #805
also, we might dump all available IDs from bundled plugins of current target platform to ease lookup/check