Files
openide/python/pluginCore/BUILD.bazel
Vladimir Krivosheev 9485392013 update bazel files
GitOrigin-RevId: c4c38c3273b34ae07b97f31a6f7d9ef80e7d6387
2025-01-12 14:08:41 +00:00

22 lines
763 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-community-services-systemPython",
"//python/services/shared:python-community-services-shared",
]
)
### auto-generated section `build intellij.python.community.plugin` end