spekframework / spek

A specification framework for Kotlin
Other
2.23k stars 180 forks source link

[2.0.x] Add support for IJ 2021.2 #978

Closed echeble closed 3 years ago

echeble commented 3 years ago

Upgrade plugin's supporting versions following the release of IDEA 2021.2

related to 2.x branch PR -> https://github.com/spekframework/spek/pull/977

raniejade commented 3 years ago

@eacheble thanks again! I think we are missing changes to the check-pr jobs?

echeble commented 3 years ago

@raniejade the check-pr job is missing IJ211 as well, so it's 2 versions behind, should I add it as well?

raniejade commented 3 years ago

@eacheble yes please, thanks! 🙏🏽

martypitt commented 3 years ago

Awesome to see this PR - and big fan of the project.

Just wondering if there's any way to manually download this and install it into intelliJ until available in 2021.2?

A little hamstrung by not being able to run tests at present.

raniejade commented 3 years ago

@martypitt you can pull this PR and build locally - otherwise you can wait until this is merged and the 2.0.x CI build has completed. Then the build should be available in https://plugins.jetbrains.com/plugin/10915-spek-framework/versions/dev

raniejade commented 3 years ago

Closing in favor of #979. I couldn't push to the branch so I created a new one.