ChrisCarini/intellij-platform-plugin-verifier-action

Support K2 compatibility check

Opened this issue ยท 6 comments

Is your feature request related to a problem? Please describe.

We use this action to check our plugin but seems it hasn't reported K2 compatibility issues. See https://github.com/ComposeGears/Valkyrie/blob/eede1d9e9f2744a8e88b72ea0bf341e954ab2d1e/.github/workflows/release.yml#L51-L69

Describe the solution you'd like

Check and fail.

Additional context

See ComposeGears/Valkyrie#134.

Good to know!

@ChrisCarini Could you please take a look?

Hi @egorikftp - thanks for the update! Do you feel comfortable to work on the change and post an initial PR to support K2 check?

Based on JetBrains/intellij-plugin-verifier#1150 description, verify plugin will report CompatibilityProblem related to k2 mode.

I checked on Valkyrie and it reports this error if I remove k2 info from plugin.xml
image

https://github.com/ComposeGears/Valkyrie/actions/runs/11009050955/job/30567880528

It looks like nothing additional needs to be integrated ๐Ÿ™‚