mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
27 lines
872 B
Python
27 lines
872 B
Python
### auto-generated section `build intellij.devkit.smartupdate` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "smartupdate_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "smartupdate",
|
|
module_name = "intellij.devkit.smartupdate",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":smartupdate_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/smart-update",
|
|
"//plugins/devkit/devkit-core:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//platform/ide-core",
|
|
"//platform/core-api:core",
|
|
"//platform/platform-impl:ide-impl",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.devkit.smartupdate` end |