mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
25 lines
816 B
Python
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 |