mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
21 lines
564 B
Python
21 lines
564 B
Python
### auto-generated section `build intellij.java.resources` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "java-resources_resources",
|
|
srcs = glob(["src/**/*"]),
|
|
strip_prefix = "src"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "java-resources",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob([], allow_empty = True),
|
|
resources = [":java-resources_resources"],
|
|
runtime_deps = [
|
|
"//RegExpSupport:regexp",
|
|
"//platform/backend",
|
|
"//platform/util",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.java.resources` end |