mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
update Bazel files
GitOrigin-RevId: 794f9371e3fc33b09d7d7f54cf93adb0b83ebe31
This commit is contained in:
committed by
intellij-monorepo-bot
parent
627552977e
commit
2a6c54682d
@@ -1,10 +1,12 @@
|
||||
### auto-generated section `build kotlin.util.compiler-classpath` start
|
||||
load("@rules_java//java:defs.bzl", "java_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
|
||||
java_library(
|
||||
jvm_library(
|
||||
name = "util-compiler-classpath",
|
||||
module_name = "kotlin.util.compiler-classpath",
|
||||
visibility = ["//visibility:public"],
|
||||
runtime_deps = [
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:asm",
|
||||
"@lib//:java_compatibility",
|
||||
|
||||
Reference in New Issue
Block a user