mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
bazel - fix JPMS, exports and internal
GitOrigin-RevId: 3dc80a9ee01e1900c0cebc24b2d08f04f93ddeff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
311cc92f74
commit
a1210118c0
@@ -3,13 +3,14 @@ load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
|
||||
|
||||
kt_jvm_library(
|
||||
name = "intellij.java.rt",
|
||||
module_name = "intellij.java.rt",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["resources/**/*.kt", "resources/**/*.java", "src/**/*.kt", "src/**/*.java"]),
|
||||
javac_opts = "//:j8",
|
||||
kotlinc_opts = "//:k8",
|
||||
deps = [
|
||||
"@libraries//:ant.provided",
|
||||
"@libraries//:junit"
|
||||
"@libraries//:junit",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build` end
|
||||
Reference in New Issue
Block a user