Files
openide/python/services/shared/BUILD.bazel
Vladimir Krivosheev e3d5d85a47 update bazel files
GitOrigin-RevId: 4a1f45312f93e76248b05a7c8cc27a2b2ac84036
2025-04-30 14:07:08 +00:00

23 lines
803 B
Python

### auto-generated section `build intellij.python.community.services.shared` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "python-community-services-shared_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "python-community-services-shared",
module_name = "intellij.python.community.services.shared",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"@lib//:kotlin-stdlib",
"//python/openapi:community",
"@lib//:jetbrains-annotations",
"//platform/eel-provider",
],
runtime_deps = [":python-community-services-shared_resources"]
)
### auto-generated section `build intellij.python.community.services.shared` end