Skip to content

Commit 946c37d

Browse files
committed
Require IntelliJ 2024.2+
1 parent 3d0954e commit 946c37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ intellij {
6969

7070

7171
listProductsReleases {
72-
sinceBuild = "241.*"
72+
sinceBuild = "242.*"
7373
}
7474

7575
checkstyle {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ pluginName=
55
pluginVersion=
66
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
77
platformType=IC
8-
platformVersion=2024.1.6
8+
platformVersion=2024.2.1
99
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1010
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
1111
platformPlugins=
1212
# Gradle Releases -> https://github.com/gradle/gradle/releases
13-
gradleVersion=8.9
13+
gradleVersion=8.10.1
1414
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
1515
org.gradle.configuration-cache=true
1616
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html

0 commit comments

Comments
 (0)