mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
25 lines
804 B
Python
25 lines
804 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-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/analysis-impl",
|
|
],
|
|
runtime_deps = [
|
|
":community-plugin-minorRider_resources",
|
|
"//platform/backend",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.plugin.minorRider` end |