Skip to content

Commit ff3e864

Browse files
committed
- Update the base platform version to 2020.1
- Change since/until build to `201-203.*`
1 parent 77ba9d7 commit ff3e864

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/template-cleanup/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
pluginGroup = %GROUP%
55
pluginName_ = %NAME%
66
pluginVersion = 0.0.1
7-
pluginSinceBuild = 193
8-
pluginUntilBuild = 202.*
7+
pluginSinceBuild = 201
8+
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1010
# See https://jb.gg/intellij-platform-builds-list for available build versions
11-
pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.3
11+
pluginVerifierIdeVersions = 2020.1.4, 2020.2.3, 2020.3
1212

1313
platformType = IC
14-
platformVersion = 2019.3
14+
platformVersion = 2020.1
1515
platformDownloadSources = true
1616
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
1717
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Upgrade Gradle Wrapper to `6.7.1`
88
- Dependencies - upgrade `org.jetbrains.intellij` to `0.6.5`
99
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.20`
10+
- Update the base platform version to 2020.1
11+
- Change since/until build to `201-203.*`
1012

1113
## [0.7.0]
1214
### Added

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
pluginGroup = org.jetbrains.plugins.template
55
pluginName_ = IntelliJ Platform Plugin Template
66
pluginVersion = 0.7.0
7-
pluginSinceBuild = 193
8-
pluginUntilBuild = 202.*
7+
pluginSinceBuild = 201
8+
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1010
# See https://jb.gg/intellij-platform-builds-list for available build versions
11-
pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.3
11+
pluginVerifierIdeVersions = 2020.1.4, 2020.2.3, 2020.3
1212

1313
platformType = IC
14-
platformVersion = 2019.3
14+
platformVersion = 2020.1
1515
platformDownloadSources = true
1616
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
1717
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)