Skip to content

Commit

Permalink
Add support for IJ 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vermeille committed Aug 3, 2021
1 parent 7adfe26 commit cf7befd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# intellij-stepbuilder-codegen-plugin Changelog

## [Unreleased]
### Added
- Support for IntelliJ 2021.2 (branch number 212)
## [1.1.1]
### Added
- Port plugin to recent versions of Jetbrains IDE
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = com.github.sebastienvermeille.intellijstepbuildercodegenplugin
pluginName = cookiecode-stepbuilder-plugin
pluginVersion = 1.1.1
pluginVersion = 1.1.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 202
pluginUntilBuild = 211.*
pluginUntilBuild = 212.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.1
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.1, 2021.2

platformType = IC
platformVersion = 2020.2.4
Expand Down

0 comments on commit cf7befd

Please sign in to comment.