diff --git a/gradle/standard_jetbrains_plugin/build.gradle b/gradle/standard_jetbrains_plugin/build.gradle index 53f28cf..d1e7017 100644 --- a/gradle/standard_jetbrains_plugin/build.gradle +++ b/gradle/standard_jetbrains_plugin/build.gradle @@ -108,8 +108,10 @@ tasks { } listProductsReleases { - // In addition to `IC` (from `platformType`), we also want to verify against `IU`. - types.set(Arrays.asList(properties('platformType'), 'IU')) +// // In addition to `IC` (from `platformType`), we also want to verify against `IU`. +// types.set(Arrays.asList(properties('platformType'), 'IU')) + // Contrary to above, we want to speed up CI, so skip verification of `IU`. + types.set(Arrays.asList(properties('platformType'))) // Only get the released versions. releaseChannels.set([Channel.RELEASE])