mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
do not use _test as lib - test targets do not support this
GitOrigin-RevId: f2f49db4294b6a64040dbbd5f1d95e972cbd70a3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ee348c2a40
commit
98799639aa
@@ -1,6 +1,5 @@
|
||||
### auto-generated section `build intellij.java.rt` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
||||
load("@rules_jvm//:rules.bzl", "jvm_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "rt_resources",
|
||||
@@ -12,11 +11,11 @@ jvm_library(
|
||||
name = "rt",
|
||||
module_name = "intellij.java.rt",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
||||
javac_opts = "@rules_jvm//:j8",
|
||||
kotlinc_opts = "@rules_jvm//:k8",
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
javac_opts = "@community//:j8",
|
||||
kotlinc_opts = "@community//:k8",
|
||||
deps = [
|
||||
"@lib//:java_rt_ant-1_7_1.provided",
|
||||
"@lib//:java_rt_ant-1_7_1-provided",
|
||||
"@lib//:junit4",
|
||||
],
|
||||
runtime_deps = [":rt_resources"]
|
||||
|
||||
Reference in New Issue
Block a user