Skip to content

Commit

Permalink
[2.x] Add support for IJ 2021.2 - use kotlin release 211-1.4.21-relea…
Browse files Browse the repository at this point in the history
…se-IJ6693.43
  • Loading branch information
echeble committed Aug 3, 2021
1 parent 0d03b9d commit fe7f596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spek-ide-plugin-intellij-idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ val buildMatrix = mapOf(
"IJ2021.2",
"IJ183",
ij.VersionRange("212.1", "212.*"),
arrayOf("java", "org.jetbrains.kotlin:212-1.4.32-release-IJ4235")
arrayOf("java", "org.jetbrains.kotlin:211-1.4.21-release-IJ6693.43")
)
)

val sdkVersion = project.properties["ij.version"] ?: "IJ211"
val sdkVersion = project.properties["ij.version"] ?: "IJ212"
val settings = checkNotNull(buildMatrix[sdkVersion])

intellij {
Expand Down

0 comments on commit fe7f596

Please sign in to comment.