Skip to content

Commit

Permalink
Fix select case for intellij-2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liucijus authored and WixBuildServer committed Dec 28, 2023
1 parent 8376531 commit 63ce9cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intellij_platform_sdk/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,7 @@ def select_for_channel(channel_map):
for direct_product, indirect_product in inverse_ij_products.items()
},
)

select_map.update({"//conditions:default": [":stable"]})

return select(select_map)

0 comments on commit 63ce9cd

Please sign in to comment.