Files
openide/python/pluginCore/BUILD.bazel
Vladimir Krivosheev e6503904f1 update bazel files
GitOrigin-RevId: 56d6864910cad2dfe611d38d680ee290d4209f79
2025-05-13 18:02:20 +00:00

23 lines
713 B
Python

### auto-generated section `build intellij.python.community.plugin` start
load("@rules_java//java:defs.bzl", "java_library")
load("@rules_jvm//:jvm.bzl", "jvm_resources")
jvm_resources(
name = "community-plugin_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
java_library(
name = "community-plugin",
visibility = ["//visibility:public"],
runtime_deps = [
":community-plugin_resources",
"//platform/lang-api:lang",
"//python/intellij.python.community.communityOnly:community-communityOnly",
"//python/services/system-python",
"//python/services/shared",
"//json/backend",
]
)
### auto-generated section `build intellij.python.community.plugin` end