mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
26 lines
834 B
Python
26 lines
834 B
Python
### auto-generated section `build intellij.python.community.core.impl` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "community-core-impl_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-core-impl",
|
|
module_name = "intellij.python.community.core.impl",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//python/python-psi-api:psi",
|
|
"//platform/analysis-impl",
|
|
"//platform/lang-impl",
|
|
"//RegExpSupport:regexp",
|
|
"@lib//:guava",
|
|
"//python/python-psi-impl:psi-impl",
|
|
"//python/python-sdk:sdk",
|
|
],
|
|
runtime_deps = [":community-core-impl_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.core.impl` end |