Description
Is this a bug report, or a feature request?
Bug
What is the current behavior?
DockDockBuild plugin prevents opening files in editor and throws java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: Could not initialize class name.kropp.intellij.makefile.MakefileLanguage
CLion now bundles Makefile Language plugin. As a result, both Makefile Language plugin and DockDockBuild plugins now define Makefile language, which is not allowed.
If the current behavior is a bug, please provide the steps to reproduce.
More data here https://youtrack.jetbrains.com/issue/CPP-24013
Please provide all relevant details.
See Jetbrains suggestion:
"My suggestion would be to rework dependencies in DockDockBuild plugin and remove old code for an old version of makefile plugin.
If plugin.xml you can specify optional dependency on Makefile plugin:
name.kropp.intellij.makefile
This way there'll be no conflicting classes."