mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
21 lines
723 B
Python
21 lines
723 B
Python
### auto-generated section `build intellij.python.community.plugin.minorRider` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "community-plugin-minorRider_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-plugin-minorRider",
|
|
module_name = "intellij.python.community.plugin.minorRider",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = ["//platform/analysis-impl"],
|
|
runtime_deps = [
|
|
":community-plugin-minorRider_resources",
|
|
"//platform/backend",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.plugin.minorRider` end |