Skip to content

Commit b7f20a7

Browse files
Update the plugin for the latest IntelliJ version 2022.2.1
1 parent d525f14 commit b7f20a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
55
pluginName = Testcontainers Port Updater
66
pluginVersion = 1.0.1
7-
pluginSinceBuild = 203
8-
pluginUntilBuild = 221.*
7+
pluginSinceBuild = 211
8+
pluginUntilBuild = 222.*
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 = IU-2020.3.4, IU-2021.1.3, IU-2021.2.3, IU-2021.3.3, IU-2022.1, IU-2022.1.1, IU-2022.1.2, IU-2022.1.3
11+
pluginVerifierIdeVersions = IU-2021.1.3, IU-2021.2.3, IU-2021.3.3, IU-2022.1, IU-2022.1.1, IU-2022.1.2, IU-2022.1.3, IU-2022.1.4, IU-2022.2, IU-2022.2.1
1212

1313
platformType = IU
14-
platformVersion = 2022.1.3
14+
platformVersion = 2022.2.1
1515
platformDownloadSources = true
1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
platformPlugins = com.intellij.database

0 commit comments

Comments
 (0)