mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1a45b2a46
commit
f43aa95086
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.python.community.testFramework.testEnv` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "community-testFramework-testEnv_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
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",
|
||||
@@ -24,7 +25,6 @@ jvm_library(
|
||||
"@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
|
||||
@@ -1,9 +1,9 @@
|
||||
### auto-generated section `build intellij.python.community.testFramework.testEnv.conda` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "conda_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
@@ -12,6 +12,7 @@ jvm_library(
|
||||
module_name = "intellij.python.community.testFramework.testEnv.conda",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":conda_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//python/setup-test-environment:community-testFramework-testEnv",
|
||||
@@ -21,7 +22,6 @@ jvm_library(
|
||||
"//platform/execution",
|
||||
"//platform/util",
|
||||
"@lib//:kotlinx-coroutines-core",
|
||||
],
|
||||
runtime_deps = [":conda_resources"]
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.community.testFramework.testEnv.conda` end
|
||||
Reference in New Issue
Block a user