mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
20 lines
703 B
Python
20 lines
703 B
Python
### auto-generated section `build intellij.python.community.testFramework.testEnv` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "community-testFramework-testEnv",
|
|
module_name = "intellij.python.community.testFramework.testEnv",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/util",
|
|
"//python/openapi:community",
|
|
"//platform/testFramework",
|
|
"//python/python-sdk:sdk",
|
|
"//platform/execution",
|
|
"@lib//:kotlin-reflect",
|
|
"//platform/lang-impl",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.testFramework.testEnv` end |