mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Update pluginVerifierIdeVersions
to 2020.2.4, 2020.3.3, 2021.1
This commit is contained in:
parent
8441be78b0
commit
86965dfc69
@ -3,6 +3,9 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.3, 2021.1`
|
||||||
|
|
||||||
## [0.9.0]
|
## [0.9.0]
|
||||||
### Added
|
### Added
|
||||||
- `properties` shorthand function for accessing `gradle.properties` in a cleaner way
|
- `properties` shorthand function for accessing `gradle.properties` in a cleaner way
|
||||||
|
@ -12,7 +12,7 @@ pluginUntilBuild = 203.*
|
|||||||
|
|
||||||
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
|
# 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.
|
# See https://jb.gg/intellij-platform-builds-list for available build versions.
|
||||||
pluginVerifierIdeVersions = 2020.2.4, 2020.3.2, 2021.1
|
pluginVerifierIdeVersions = 2020.2.4, 2020.3.3, 2021.1
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2020.2.4
|
platformVersion = 2020.2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user