Skip to content

Commit e02594a

Browse files
fix: update IntelliJ platform type in plugin verification settings
1 parent bdb963b commit e02594a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javasm-intellij-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ intellijPlatform {
6969

7070
pluginVerification {
7171
ides {
72-
create(IntelliJPlatformType.IntellijIdeaCommunity, "2026.1") { useInstaller = true }
72+
create(IntelliJPlatformType.IntellijIdea, "2026.1") { useInstaller = true }
7373
recommended()
7474
select {
75-
types = listOf(IntelliJPlatformType.IntellijIdeaCommunity, IntelliJPlatformType.IntellijIdeaUltimate)
75+
types = listOf(IntelliJPlatformType.IntellijIdea, IntelliJPlatformType.IntellijIdeaUltimate)
7676
channels = listOf(ProductRelease.Channel.RELEASE)
7777
sinceBuild = "261"
7878
untilBuild = "271.*"

0 commit comments

Comments
 (0)