mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
15 lines
450 B
Python
15 lines
450 B
Python
### auto-generated section `build intellij.testng.rt` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "testng-rt",
|
|
module_name = "intellij.testng.rt",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
kotlinc_opts = "@community//:k8",
|
|
deps = [
|
|
"@lib//:test_n_g",
|
|
"//java/java-runtime:rt",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.testng.rt` end |