mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-CR-146078 update bazel files
GitOrigin-RevId: 3bcfd10f71c84283bded464e142ead99edc6a278
This commit is contained in:
committed by
intellij-monorepo-bot
parent
548a999336
commit
b8245e1370
@@ -0,0 +1,21 @@
|
||||
### 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",
|
||||
"//python:python-community-impl",
|
||||
"//platform/execution",
|
||||
"@lib//:kotlin-reflect",
|
||||
"//platform/lang-impl",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.community.testFramework.testEnv` end
|
||||
Reference in New Issue
Block a user