Skip to content

Commit

Permalink
Support 2022.1 (#26)
Browse files Browse the repository at this point in the history
* Support 2022.1

* Add a changelog entry
  • Loading branch information
jzbrooks authored Apr 21, 2022
1 parent 4549dac commit e02b0d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# FacilityIntellij Changelog

## [Unreleased]
- Added support for the 2022.1 Intellij platform

## [0.0.9]
### Added
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@

pluginGroup = io.github.facilityapi
pluginName = FacilityIntellij
pluginVersion = 0.0.9
pluginVersion = 0.0.10

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

# 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.3.4, 2021.1.3, 2021.2.1, 2021.3.2
pluginVerifierIdeVersions = 2020.3.4, 2021.1.3, 2021.2.1, 2021.3.2, 2022.1

platformType = IC
platformVersion = 2021.3.2
platformVersion = 2021.1.1
platformDownloadSources = true

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit e02b0d6

Please sign in to comment.