JetBrains / intellij-platform-gradle-plugin

Gradle plugin for building plugins for IntelliJ-based IDEs
https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
Apache License 2.0
1.44k stars 272 forks source link

0.7.0 is failing on my plugins #603

Closed olivernybroe closed 3 years ago

olivernybroe commented 3 years ago

I am getting the following errors in my plugins with the new version.

Cannot create class com.intellij.application.options.editor.GutterIconsConfigurable

Not really sure what is causing it, I saw this error because of dependabot. Here are links to my failing tests in CI 🙂

hsz commented 3 years ago

Thanks for reporting. The issue is caused by:

Caused by: java.lang.UnsatisfiedLinkError: /home/runner/.gradle/caches/modules-2/files-2.1/com.jetbrains/jbre/jbr-11_0_9_1-linux-x86-b1257.1/jbr/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory

olivernybroe commented 3 years ago

@hsz Ah, thanks! 👍 Good to know that this is indeed a bug from this package.

hsz commented 3 years ago

The issue is fixed and released with v0.7.2.