Skip to content

Commit e21c713

Browse files
authored
Feature/2021.1 (#6)
* Bump to 2021.1 Bumping platformVersion as well, as I understand this should build the plugin with 2021.1. * Bump version
1 parent e79e5b1 commit e21c713

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
# AVA Test Run Configuration Generator Changelog
44

55
## [Unreleased]
6-
## [1.3.4]
6+
7+
## [1.3.5]
8+
9+
### Change
10+
11+
- Target 2021.1+
712

813
## [1.3.4]
914

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
pluginGroup = no.eirikb.avatest
55
pluginName = AvaJavaScriptTestRunnerRunConfigurationGenerator
6-
pluginVersion = 1.3.4
6+
pluginVersion = 1.3.5
77
pluginSinceBuild = 202
8-
pluginUntilBuild = 203.*
8+
pluginUntilBuild = 211.*
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
1111
pluginVerifierIdeVersions = 2020.2.4, 2020.3.2, 2021.1
1212

1313
platformType = IU
14-
platformVersion = 2020.2.4
14+
platformVersion = 2021.1
1515
platformDownloadSources = true
1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)