mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Change since/until build to 213-222.* (2021.3 - 2022.2)
This commit is contained in:
committed by
Jakub Chrzanowski
parent
ac80159a45
commit
bea7503394
6
.github/template-cleanup/gradle.properties
vendored
6
.github/template-cleanup/gradle.properties
vendored
@@ -6,12 +6,12 @@ pluginName = %NAME%
|
||||
pluginVersion = 0.0.1
|
||||
|
||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
pluginSinceBuild = 212
|
||||
pluginUntilBuild = 221.*
|
||||
pluginSinceBuild = 213
|
||||
pluginUntilBuild = 222.*
|
||||
|
||||
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
|
||||
platformType = IC
|
||||
platformVersion = 2021.2.4
|
||||
platformVersion = 2021.3.3
|
||||
|
||||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
||||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
||||
|
||||
Reference in New Issue
Block a user