Skip to content

Commit

Permalink
Run JB Verifier against IC only.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed Sep 22, 2023
1 parent 38a8f2c commit 85f69e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/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 85f69e2

Please sign in to comment.