mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
27 lines
834 B
Python
27 lines
834 B
Python
### auto-generated section `build intellij.python.community.impl.installer` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "installer_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "installer",
|
|
module_name = "intellij.python.community.impl.installer",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//python/openapi:community",
|
|
"//python/python-sdk:sdk",
|
|
"//platform/core-api:core",
|
|
"//platform/util",
|
|
"//platform/platform-api:ide",
|
|
"//platform/statistics",
|
|
"@lib//:guava",
|
|
],
|
|
runtime_deps = [":installer_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.impl.installer` end |