Skip to content

Commit 1c84642

Browse files
committed
Update IntelliJ platform type
1 parent c4c70ab commit 1c84642

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tools/idea-plugin/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import org.jetbrains.changelog.Changelog
2+
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
23
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.FailureLevel
34
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
45

@@ -114,7 +115,10 @@ intellijPlatform {
114115
FailureLevel.NOT_DYNAMIC,
115116
)
116117
ides {
117-
recommended()
118+
create(
119+
type = IntelliJPlatformType.IntellijIdea,
120+
version = "2025.3",
121+
)
118122
}
119123
}
120124
signing {

0 commit comments

Comments
 (0)