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