mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
17 lines
533 B
Python
17 lines
533 B
Python
### auto-generated section `build intellij.java.resources.en` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "java-resources-en_test_resources",
|
|
files = glob(["testResources/**/*"]),
|
|
strip_prefix = "testResources",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-resources-en",
|
|
visibility = ["//visibility:public"],
|
|
runtime_deps = ["//platform/backend"]
|
|
)
|
|
### auto-generated section `build intellij.java.resources.en` end |