File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
// Kotlin support
9
9
id(" org.jetbrains.kotlin.jvm" ) version " 1.9.10"
10
10
// Gradle IntelliJ Plugin
11
- id(" org.jetbrains.intellij" ) version " 1.10 .0"
11
+ id(" org.jetbrains.intellij" ) version " 1.15 .0"
12
12
// Gradle Changelog Plugin
13
13
id(" org.jetbrains.changelog" ) version " 2.0.0"
14
14
// Gradle Qodana Plugin
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginVersion = 2022.1.2
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
pluginSinceBuild = 213
10
- pluginUntilBuild = 231 .*
10
+ pluginUntilBuild = 232 .*
11
11
12
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
13
13
platformType = IC
You can’t perform that action at this time.
0 commit comments