mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
14 lines
465 B
Python
14 lines
465 B
Python
### auto-generated section `build intellij.platform.syntax.scripts` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "scripts",
|
|
module_name = "intellij.platform.syntax.scripts",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"@lib//:jetbrains-annotations",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.platform.syntax.scripts` end |