Skip to content

Commit

Permalink
Run JB Verifier against IC only. (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini authored Sep 22, 2023
1 parent 7273e98 commit 7e305ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_standard_jetbrains_plugin_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 7e305ef

Please sign in to comment.