Skip to content

Commit ae14b26

Browse files
committed
Add task to run plugin on IJ 242
1 parent 0769c8e commit ae14b26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ktfmt_idea_plugin/build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ intellijPlatform {
7474
}
7575

7676
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

Comments
 (0)