We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769c8e commit ae14b26Copy full SHA for ae14b26
ktfmt_idea_plugin/build.gradle.kts
@@ -74,3 +74,8 @@ intellijPlatform {
74
}
75
76
spotless { java { googleJavaFormat(libs.versions.googleJavaFormat.get()) } }
77
+
78
+val runIntellij242 by intellijPlatformTesting.runIde.registering {
79
+ type = IntellijIdeaCommunity
80
+ version = "2024.2"
81
+}
0 commit comments