mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
29 lines
1011 B
Python
29 lines
1011 B
Python
### auto-generated section `build intellij.python.community.testFramework.testEnv` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "community-testFramework-testEnv_resources",
|
|
files = 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"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/core-api:core",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/util",
|
|
"//python/openapi:community",
|
|
"//python/python-sdk:sdk",
|
|
"//platform/execution",
|
|
"@lib//:kotlin-reflect",
|
|
"//platform/lang-impl",
|
|
"//platform/platform-impl:ide-impl",
|
|
],
|
|
runtime_deps = [":community-testFramework-testEnv_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.testFramework.testEnv` end |