mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
20 lines
516 B
Python
20 lines
516 B
Python
### auto-generated section `build intellij.libraries.junit5` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "junit5_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5",
|
|
visibility = ["//visibility:public"],
|
|
exports = ["@lib//:junit5"],
|
|
runtime_deps = [
|
|
":junit5_resources",
|
|
"@lib//:junit5",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.libraries.junit5` end |