Skip to content

Commit ec27807

Browse files
author
Yusuf Ugur ÖZBEK
committed
Support latest IntelliJ 2022.1
1 parent 79118fd commit ec27807

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Testcontainers Port Updater Changelog
22

33
## [Unreleased]
4+
- Support latest IntelliJ 2022.1
5+
- Bump gradle from 7.0.2 to 7.4.2
46

57
## [0.1.0]
68
- Change the way of handling console output from process handler output to IntelliJ console

gradle.properties

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

44
pluginGroup = com.github.yusufugurozbek.testcontainers.port.updater
55
pluginName = Testcontainers Port Updater
6-
pluginVersion = 0.1.0
6+
pluginVersion = 0.1.1
77
pluginSinceBuild = 203
8-
pluginUntilBuild = 213.*
8+
pluginUntilBuild = 221.*
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
11+
pluginVerifierIdeVersions = IU-2020.3.4, IU-2021.1.3, IU-2021.2.3, IU-2021.3.3, IU-2022.1
1212

1313
platformType = IU
14-
platformVersion = 2021.3.3
14+
platformVersion = 2022.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)