mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update pluginVerifierIdeVersions
to 2021.1.2
This commit is contained in:
parent
806287b5e6
commit
16081ede91
@ -10,6 +10,7 @@
|
||||
### Changed
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6`
|
||||
- Trigger GitHub Actions `Build` workflows only on pushes to `main` branch or pull request to avoid duplicated checks
|
||||
- Update `pluginVerifierIdeVersions` to `2021.1.2`
|
||||
|
||||
## [0.10.0]
|
||||
### Changed
|
||||
|
@ -12,7 +12,7 @@ pluginUntilBuild = 211.*
|
||||
|
||||
# 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.2
|
||||
|
||||
platformType = IC
|
||||
platformVersion = 2020.2.4
|
||||
|
Loading…
Reference in New Issue
Block a user