Is there something I can do to make `-Xplugin` cau...
# compiler
d
Is there something I can do to make
-Xplugin
cause the compiler to abort with an error if the plugin jar isn't found or is invalid? The current behavior of ignoring the parameter and carrying on only to fail later with a seemingly unrelated error because the plugin isn't found isn't very useful.