Skip to content

Commit

Permalink
Update pluginUntilBuild to include 213.* (2021.3.*)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr1st0n committed Jan 3, 2022
1 parent f2fc3da commit 97f85a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# CFLint Plugin Changelog

## [Unreleased]
### Changed
- Update `pluginUntilBuild` to include `213.*` (2021.3.*)

## [0.3.1]
### Changed
Expand Down Expand Up @@ -92,4 +94,4 @@
- Base [CFLint](https://github.com/cflint/CFLint) configuration support
- Base Coldfusion problems highlight logic in IntelliJ IDEA Ultimate
- Tests for limited set of [CFLint](https://github.com/cflint/CFLint) rules
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 0.3.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 203
pluginUntilBuild = 212.*
pluginUntilBuild = 213.*

# 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.
Expand Down

0 comments on commit 97f85a7

Please sign in to comment.