You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that you often update the plugin just to set support of a new IntelliJ. this is because the untilBuild key needs to be set explicitly.
I had the same issue for my plugin and Jetbrains devs recommended to set the untilBuild = '' i.e. to an empty string. Then it will be treated as unspecified unless it uses some removed API
The text was updated successfully, but these errors were encountered:
I noticed that you often update the plugin just to set support of a new IntelliJ. this is because the
untilBuild
key needs to be set explicitly.I had the same issue for my plugin and Jetbrains devs recommended to set the
untilBuild = ''
i.e. to an empty string. Then it will be treated as unspecified unless it uses some removed APIThe text was updated successfully, but these errors were encountered: