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.2
This commit is contained in:
parent
0c29eeb75d
commit
15c6f97396
@ -5,7 +5,7 @@
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
- Remove reference to the `jcenter()` from Gradle configuration file
|
- Remove reference to the `jcenter()` from Gradle configuration file
|
||||||
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1`
|
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
|
||||||
- Update `pluginUntilBuild` to include `211.*` (2021.1.*)
|
- Update `pluginUntilBuild` to include `211.*` (2021.1.*)
|
||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.0`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.0`
|
||||||
- Dependencies - upgrade `detekt-formatting from` to `1.17.0`
|
- Dependencies - upgrade `detekt-formatting from` to `1.17.0`
|
||||||
|
@ -12,10 +12,10 @@ pluginUntilBuild = 211.*
|
|||||||
|
|
||||||
# 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
|
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.2
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2020.2.4
|
platformVersion = 2021.1
|
||||||
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…
Reference in New Issue
Block a user