mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add explicit kotlin-stdlib, restructure projectFrame GitOrigin-RevId: c151a69ae1e9b925b1892a3b01ba5d01566bba3b
25 lines
839 B
Python
25 lines
839 B
Python
### auto-generated section `build intellij.vcs.github.ultimatePromo` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "ultimate-promo_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "ultimate-promo",
|
|
module_name = "intellij.vcs.github.ultimatePromo",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":ultimate-promo_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/platform-impl:ide-impl",
|
|
"//plugins/github/github-core:vcs-github",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.vcs.github.ultimatePromo` end |