mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
update bazel files
GitOrigin-RevId: f8ee7c74051e66b41bddbc976d457d25939bc008
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8a9a4a5eb8
commit
657e9ebee3
@@ -1,11 +1,18 @@
|
||||
### auto-generated section `build intellij.platform.testFramework.teamCity` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
resourcegroup(
|
||||
name = "teamCity_resources",
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "teamCity",
|
||||
module_name = "intellij.platform.testFramework.teamCity",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":teamCity_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:jetbrains-annotations",
|
||||
|
||||
+2
-2
@@ -302,7 +302,7 @@ jvm_library(
|
||||
"@lib//:jna",
|
||||
"//plugins/toml",
|
||||
"//plugins/toml/core",
|
||||
"@lib//:tuweni-toml",
|
||||
"@lib//:tuweni-toml-provided",
|
||||
"@lib//:jsr305",
|
||||
"@lib//:jetbrains-annotations",
|
||||
"@lib//:kotlin-stdlib",
|
||||
@@ -340,7 +340,7 @@ jvm_library(
|
||||
"//python/python-exec-service:community-execService",
|
||||
"//python/services/system-python",
|
||||
"//python/services/internal-impl:python-community-services-internal-impl",
|
||||
"@lib//:io-github-z4kn4fein-semver-jvm",
|
||||
"@lib//:io-github-z4kn4fein-semver-jvm-provided",
|
||||
"//python/python-pyproject:pyproject",
|
||||
"//python/python-hatch:hatch",
|
||||
"//platform/external-system-impl:externalSystem-impl",
|
||||
|
||||
@@ -37,7 +37,7 @@ jvm_library(
|
||||
"//python/python-pyproject:pyproject",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"@lib//:io-github-z4kn4fein-semver-jvm",
|
||||
"@lib//:io-github-z4kn4fein-semver-jvm-provided",
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.hatch` end
|
||||
@@ -27,7 +27,7 @@ jvm_library(
|
||||
"//python/python-sdk:sdk",
|
||||
"//platform/util",
|
||||
"//plugins/toml/core",
|
||||
"@lib//:tuweni-toml-provided",
|
||||
"@lib//:tuweni-toml",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -47,7 +47,7 @@ jvm_library(
|
||||
"//python/python-sdk:sdk_test_lib",
|
||||
"//platform/util",
|
||||
"//plugins/toml/core",
|
||||
"@lib//:tuweni-toml-provided",
|
||||
"@lib//:tuweni-toml",
|
||||
"@lib//:junit5",
|
||||
"@lib//:junit5Params",
|
||||
]
|
||||
|
||||
@@ -72,8 +72,6 @@ jvm_library(
|
||||
"//python/python-venv:community-impl-venv",
|
||||
"//python/python-venv:community-impl-venv_test_lib",
|
||||
"//python/setup-test-environment:community-testFramework-testEnv",
|
||||
"@lib//:io-mockk",
|
||||
"@lib//:io-mockk-jvm",
|
||||
"//platform/testFramework",
|
||||
"//platform/testFramework:testFramework_test_lib",
|
||||
"//python/python-psi-impl:psi-impl",
|
||||
|
||||
Reference in New Issue
Block a user