We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c70ab commit 1c84642Copy full SHA for 1c84642
1 file changed
tools/idea-plugin/build.gradle.kts
@@ -1,4 +1,5 @@
1
import org.jetbrains.changelog.Changelog
2
+import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
3
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.FailureLevel
4
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
@@ -114,7 +115,10 @@ intellijPlatform {
114
115
FailureLevel.NOT_DYNAMIC,
116
)
117
ides {
- recommended()
118
+ create(
119
+ type = IntelliJPlatformType.IntellijIdea,
120
+ version = "2025.3",
121
+ )
122
}
123
124
signing {
0 commit comments