diff --git a/third_party/build.gradle.kts b/third_party/build.gradle.kts index 840bea668..ac71bee43 100644 --- a/third_party/build.gradle.kts +++ b/third_party/build.gradle.kts @@ -63,6 +63,14 @@ intellijPlatform { subsystemsToCheck = VerifyPluginTask.Subsystems.ALL ides { recommended() + select { + types = listOf( + IntelliJPlatformType.IntellijIdeaCommunity, + IntelliJPlatformType.IntellijIdeaUltimate, + IntelliJPlatformType.AndroidStudio, + ) + channels = listOf(ProductRelease.Channel.RELEASE) + } } } }