JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
95 stars 26 forks source link

`java.lang.NoClassDefFoundError: com/intellij/openapi/diagnostic/Logger` in tests #100

Closed nevillelyh closed 3 years ago

nevillelyh commented 3 years ago

Our plugin failed test due to this missing class error. https://github.com/spotify/scio-idea-plugin/runs/2115975243?check_suite_focus=true#step:5:165

I thought it was a regression of #91 but the error persists after running packagePluginZip. The missing class Logger loads fine inside IDEA. Any idea how to troubleshoot this?