mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
12 lines
511 B
Python
12 lines
511 B
Python
### auto-generated section `build intellij.java.compiler.instrumentationUtil` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "instrumentation-util",
|
|
module_name = "intellij.java.compiler.instrumentationUtil",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
kotlinc_opts = "@community//:k8",
|
|
deps = ["//libraries/asm"]
|
|
)
|
|
### auto-generated section `build intellij.java.compiler.instrumentationUtil` end |