IJI-3278 update bazel files

GitOrigin-RevId: 0ce0d149a1ab9437ca1b7c6dd67b05d756cfb4b3
This commit is contained in:
Leonid Shalupov
2025-11-25 10:41:06 +00:00
committed by intellij-monorepo-bot
parent 97c72b5faa
commit f9fc4cf0ec
41 changed files with 238 additions and 2 deletions
@@ -1,3 +1,9 @@
### auto-generated section `build intellij.pycharm.community.build.debugBinaries` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "pycharm-community-build-debugBinaries",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
### auto-generated section `build intellij.pycharm.community.build.debugBinaries` end