1 parent bdb963b commit e02594aCopy full SHA for e02594a
1 file changed
javasm-intellij-plugin/build.gradle.kts
@@ -69,10 +69,10 @@ intellijPlatform {
69
70
pluginVerification {
71
ides {
72
- create(IntelliJPlatformType.IntellijIdeaCommunity, "2026.1") { useInstaller = true }
+ create(IntelliJPlatformType.IntellijIdea, "2026.1") { useInstaller = true }
73
recommended()
74
select {
75
- types = listOf(IntelliJPlatformType.IntellijIdeaCommunity, IntelliJPlatformType.IntellijIdeaUltimate)
+ types = listOf(IntelliJPlatformType.IntellijIdea, IntelliJPlatformType.IntellijIdeaUltimate)
76
channels = listOf(ProductRelease.Channel.RELEASE)
77
sinceBuild = "261"
78
untilBuild = "271.*"
0 commit comments