fixed compatibility with intelij 2025.3#422
Conversation
|
@rockstarhamster Thanks for contribution. What was the issue with IJ 2025.3 ? On MacOs plugins work perfectly fine on 2025.3, can you please clarify which issue this MR solves |
| } | ||
|
|
||
| ext { | ||
| intellijPlatformVersion = '2024.3.5' |
There was a problem hiding this comment.
It is recommended to have platform version to be one major version less from current, current is 2025.3.2
There was a problem hiding this comment.
Could u pls share recommendation which u mean?
There was a problem hiding this comment.
Yes it is 2024.3.5 for now until they don't release 2026
Plugin is working for IntelliJ IDEA 2025.3.2 Build #IU-253.30387.90, built on January 22, 2026 and there is no claims from intelij about compatibility, but "View Bpmn Diagram" option is absent and looks like intelij can't recognize bpmn,bpmn20 files as flowable diagrams. I made fix I have provided and built local plugin version and using it. Something like that |
|
As for missing bpmn,bpmn20 - is should be solvable with: I guess it could something with configuration storage in IJ as it breaks often, so your fix might be valid as bumping library version might help |
fixed compatibility with intelij 2025.3