Files
openide/tools/devLauncher/BUILD.bazel
Vladimir Krivosheev 98799639aa do not use _test as lib - test targets do not support this
GitOrigin-RevId: f2f49db4294b6a64040dbbd5f1d95e972cbd70a3
2024-12-15 18:32:30 +00:00

17 lines
555 B
Python

### auto-generated section `build intellij.tools.devLauncher` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "devLauncher",
module_name = "intellij.tools.devLauncher",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//platform/runtime/loader",
"//platform/runtime/repository",
"//platform/runtime/product",
"@lib//:jetbrains-annotations",
"@lib//:kotlin-stdlib",
]
)
### auto-generated section `build intellij.tools.devLauncher` end