Files
openide/jps/antLayout/BUILD.bazel
Vladimir Krivosheev b8245e1370 IJ-CR-146078 update bazel files
GitOrigin-RevId: 3bcfd10f71c84283bded464e142ead99edc6a278
2025-02-02 15:20:11 +00:00

19 lines
657 B
Python

### auto-generated section `build intellij.tools.jps.antTasks` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
jvm_resources(
name = "tools-jps-antTasks_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "tools-jps-antTasks",
module_name = "intellij.tools.jps.antTasks",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
kotlinc_opts = "@community//:k8",
deps = ["@lib//ant/lib:ant-antlr-provided"],
runtime_deps = [":tools-jps-antTasks_resources"]
)
### auto-generated section `build intellij.tools.jps.antTasks` end