The plugin declares build after 242.* as incompatible - after recent update, I'm now on:
Build #IU-243.23654.117, built on January 16, 2025
In effect, I can't install the plugin. Are there any actual incompatible changes in the newer IDEA versions?
|
patchPluginXml { |
|
sinceBuild.set("232") |
|
untilBuild.set("242.*") |
|
} |
The plugin declares build after
242.*as incompatible - after recent update, I'm now on:In effect, I can't install the plugin. Are there any actual incompatible changes in the newer IDEA versions?
SLT/build.gradle.kts
Lines 91 to 94 in 177139b