[bazel] Update build files (IJI-3062)

GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
This commit is contained in:
Ilia Kirianovskii
2025-09-29 00:11:15 +00:00
committed by intellij-monorepo-bot
parent c1a45b2a46
commit f43aa95086
805 changed files with 4258 additions and 4404 deletions
+5 -7
View File
@@ -1,9 +1,9 @@
### auto-generated section `build intellij.python.community.junit5Tests.framework` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
jvm_resources(
resourcegroup(
name = "community-junit5Tests-framework_test_resources",
files = glob(["testResources/**/*"]),
srcs = glob(["testResources/**/*"]),
strip_prefix = "testResources"
)
@@ -18,6 +18,7 @@ jvm_library(
module_name = "intellij.python.community.junit5Tests.framework",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":community-junit5Tests-framework_test_resources"],
deps = [
"@lib//:junit4",
"@lib//:junit5",
@@ -63,10 +64,7 @@ jvm_library(
"//libraries/system-stubs-jupiter",
"//python/setup-test-environment:community-testFramework-testEnv",
],
runtime_deps = [
":community-junit5Tests-framework_test_resources",
"//python/pluginCore:community-plugin",
]
runtime_deps = ["//python/pluginCore:community-plugin"]
)
### auto-generated section `build intellij.python.community.junit5Tests.framework` end
@@ -1,9 +1,9 @@
### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
jvm_resources(
resourcegroup(
name = "conda_test_resources",
files = glob(["testResources/**/*"]),
srcs = glob(["testResources/**/*"]),
strip_prefix = "testResources"
)
@@ -18,6 +18,7 @@ jvm_library(
module_name = "intellij.python.community.junit5Tests.framework.conda",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":conda_test_resources"],
deps = [
"@lib//:kotlin-stdlib",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
@@ -27,8 +28,7 @@ jvm_library(
"@lib//:jetbrains-annotations",
"//platform/execution",
"//platform/core-api:core",
],
runtime_deps = [":conda_test_resources"]
]
)
### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` end