mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
30 lines
1.0 KiB
Python
30 lines
1.0 KiB
Python
### auto-generated section `build intellij.python.community.testFramework.testEnv` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "community-testFramework-testEnv_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-testFramework-testEnv",
|
|
module_name = "intellij.python.community.testFramework.testEnv",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":community-testFramework-testEnv_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/core-api:core",
|
|
"//platform/lang-core",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/util",
|
|
"//python/openapi:community",
|
|
"//python/python-sdk:sdk",
|
|
"//platform/execution",
|
|
"//libraries/kotlin/reflect",
|
|
"//platform/lang-impl",
|
|
"//platform/platform-impl:ide-impl",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.testFramework.testEnv` end |