File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/ide/jetbrains/gateway-plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
// Kotlin support
15
15
id(" org.jetbrains.kotlin.jvm" ) version " 1.5.10"
16
16
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
17
- id(" org.jetbrains.intellij" ) version " 1.1.5 "
17
+ id(" org.jetbrains.intellij" ) version " 1.6.0 "
18
18
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
19
19
id(" org.jetbrains.changelog" ) version " 1.1.2"
20
20
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ pluginVersion=0.0.1
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
# for insight into build numbers and IntelliJ Platform versions.
9
9
pluginSinceBuild =221
10
- pluginUntilBuild =221 .*
10
+ pluginUntilBuild =222 .*
11
11
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
12
12
# See https://jb.gg/intellij-platform-builds-list for available build versions.
13
- pluginVerifierIdeVersions =2022.1
13
+ pluginVerifierIdeVersions =2022.1, 2022.2
14
14
platformType =GW
15
- platformVersion =221.5080 .16-CUSTOM-SNAPSHOT
15
+ platformVersion =222.2270 .16-CUSTOM-SNAPSHOT
16
16
platformDownloadSources =true
17
17
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
18
18
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments