mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
29 lines
861 B
Python
29 lines
861 B
Python
### auto-generated section `build intellij.java.testFramework.shared` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "shared",
|
|
module_name = "intellij.java.testFramework.shared",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//java/openapi:java",
|
|
"//platform/core-api:core",
|
|
"//jps/model-api:model",
|
|
"//platform/util",
|
|
"@lib//:junit4",
|
|
"//platform/util/jdom",
|
|
"//platform/lang-api:lang",
|
|
"//java/java-impl:impl",
|
|
"//platform/testFramework",
|
|
"//java/idea-ui:ui",
|
|
"@lib//:org-codehaus-groovy-groovy",
|
|
"//java/java-syntax:syntax",
|
|
],
|
|
exports = [
|
|
"//platform/util",
|
|
"//platform/lang-api:lang",
|
|
"//java/java-impl:impl",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.java.testFramework.shared` end |