Closed moglideveloper closed 1 year ago
Which version of sbt-idea-plugin do you use?
Did you try updating to the latest 3.17.9
?
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.18.0")
https://github.com/moglideveloper/SamplePlugin/blob/master/project/plugins.sbt
Also, attached logs https://pastebin.com/Ahi9qEjE has one more exception :-
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.ui.mac.foundation.Foundation
Almost similar errors are reported in below reports :-
The issue should be fixed in version 3.18.2 (I should be published in 2-3 hours)
The artifact with the fix is published: https://search.maven.org/artifact/org.jetbrains/sbt-idea-plugin/3.18.2/jar
intellij plugin not getting starting with below configuration :-
getting below error :-
Full logs : https://pastebin.com/Ahi9qEjE
Very simplified plugin to reproduce this issue : https://github.com/moglideveloper/SamplePlugin