add support for platform version 2021.2
This commit is contained in:
parent
9353ea7fc3
commit
a9fac171c6
@ -3,6 +3,9 @@
|
|||||||
# easy-i18n Changelog
|
# easy-i18n Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Support for IntelliJ 2021.2
|
||||||
|
|
||||||
## [1.4.0]
|
## [1.4.0]
|
||||||
### THANKS FOR OVER 1000 DOWNLOADS SO FAR!
|
### THANKS FOR OVER 1000 DOWNLOADS SO FAR!
|
||||||
|
|
||||||
|
@ -3,15 +3,19 @@
|
|||||||
|
|
||||||
pluginGroup = de.marhali.easyi18n
|
pluginGroup = de.marhali.easyi18n
|
||||||
pluginName = easy-i18n
|
pluginName = easy-i18n
|
||||||
pluginVersion = 1.4.0
|
pluginVersion = 1.4.1
|
||||||
|
|
||||||
|
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
|
# for insight into build numbers and IntelliJ Platform versions.
|
||||||
pluginSinceBuild = 202
|
pluginSinceBuild = 202
|
||||||
pluginUntilBuild = 211.*
|
pluginUntilBuild = 212.*
|
||||||
|
|
||||||
# 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.4, 2021.1.1
|
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.2
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2021.1.3
|
platformVersion = 2021.2
|
||||||
platformDownloadSources = true
|
platformDownloadSources = true
|
||||||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
||||||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user