Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.3, 2021.1`

pull/118/head
Jakub Chrzanowski 3 years ago
parent 8441be78b0
commit 86965dfc69

@ -3,6 +3,9 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Changed
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.3, 2021.1`
## [0.9.0]
### Added
- `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
# 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
platformVersion = 2020.2.4

Loading…
Cancel
Save