Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Aug 14, 2021
Merged

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

merged 5 commits into from
Aug 14, 2021

Conversation

raniejade
Copy link
Member

@raniejade raniejade commented Aug 13, 2021

cc @eacheble.

I had to do several things to make it work, but mostly because they are needed to upgrade to Kotlin 1.4.

@@ -139,7 +139,5 @@ tasks {
configurations.forEach {
it.resolutionStrategy.dependencySubstitution {
substitute(module("org.spekframework.spek2:spek-runtime")).with(project(":spek-runtime"))
substitute(module("org.spekframework.spek2:spek-kotlin-compiler-plugin-jvm")).with(project(":spek-kotlin-compiler-plugin-jvm"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping KN support in this branch, will delete it afterwards.

@raniejade raniejade merged commit 5b15267 into 2.0.x Aug 14, 2021
@echeble
Copy link
Contributor

echeble commented Aug 16, 2021

thank you @raniejade for making this work! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants