Files
openide/python/pluginCore/BUILD.bazel
Ilia Kirianovskii f43aa95086 [bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
2025-09-29 00:11:15 +00:00

25 lines
816 B
Python

### auto-generated section `build intellij.python.community.plugin` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "community-plugin_resources",
srcs = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "community-plugin",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
resources = [":community-plugin_resources"],
runtime_deps = [
"//platform/lang-api:lang",
"//python/intellij.python.community.communityOnly:community-communityOnly",
"//python/services/system-python",
"//python/services/shared",
"//json/backend",
"//python/aliasProvider",
"//python/impl.helperLocator:community-helpersLocator",
]
)
### auto-generated section `build intellij.python.community.plugin` end