mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
23 lines
713 B
Python
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 |