-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Launching IntelliJ IDEA 2021.3 with the latest Spek version results in the following error when launching the IDE:
Plugin 'Spek Framework' (version '2.0.17-IJ2021.2') is not compatible with the current version of the IDE, because it requires build 212.* or older but the current build is IU-213.5744.223
As a result, none of the plugin's features are available. The plugin should be updated to support the latest IDE version.
Additionally, because this is not the first time that the plugin is incompatible with the latest version (cf. #829, #834, #889, #939, #954, #980), I think it might be worthwhile to stop restricting the until version supported by the plugin, so that the plugin is considered compatible with all future versions by default. I admit I'm not intimately familiar with Spek's architecture, but it's not clear to me why a different release is created for each IDE version.