mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +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,15 +1,15 @@
|
||||
### auto-generated section `build intellij.python.featuresTrainer` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "featuresTrainer_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
srcs = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_resources(
|
||||
resourcegroup(
|
||||
name = "featuresTrainer_test_resources",
|
||||
files = glob(["testResources/**/*"]),
|
||||
srcs = glob(["testResources/**/*"]),
|
||||
strip_prefix = "testResources"
|
||||
)
|
||||
|
||||
@@ -18,6 +18,7 @@ jvm_library(
|
||||
module_name = "intellij.python.featuresTrainer",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
||||
resources = [":featuresTrainer_resources"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//platform/analysis-api:analysis",
|
||||
@@ -40,14 +41,14 @@ jvm_library(
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//python/services/system-python",
|
||||
"@lib//:stream_ex",
|
||||
],
|
||||
runtime_deps = [":featuresTrainer_resources"]
|
||||
]
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "featuresTrainer_test_lib",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["testSrc/**/*.kt", "testSrc/**/*.java", "testSrc/**/*.form"], allow_empty = True),
|
||||
resources = [":featuresTrainer_test_resources"],
|
||||
associates = [":featuresTrainer"],
|
||||
deps = [
|
||||
"@lib//:kotlin-stdlib",
|
||||
@@ -85,8 +86,7 @@ jvm_library(
|
||||
"//python/services/internal-impl:python-community-services-internal-impl_test_lib",
|
||||
"//python/pluginCore:community-plugin",
|
||||
"@lib//:stream_ex",
|
||||
],
|
||||
runtime_deps = [":featuresTrainer_test_resources"]
|
||||
]
|
||||
)
|
||||
### auto-generated section `build intellij.python.featuresTrainer` end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user