mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
And use 'Test' scope if the dependency is used in tests only. This is necessary to add dependency on it in XML descriptors only where needed after migrating it to a content module. GitOrigin-RevId: 6f4afe50bfd02abf7569daa5f40c0a419d99e448
39 lines
1.3 KiB
Python
39 lines
1.3 KiB
Python
### auto-generated section `build intellij.python.community.impl.huggingFace` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "huggingFace_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "huggingFace",
|
|
module_name = "intellij.python.community.impl.huggingFace",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"@lib//:gradle",
|
|
"@lib//:jackson",
|
|
"@lib//:jackson-databind",
|
|
"@lib//:jackson-module-kotlin",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/core-impl",
|
|
"//platform/util",
|
|
"//platform/util:util-ui",
|
|
"//platform/util/coroutines",
|
|
"//platform/lang-impl",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//python/python-psi-api:psi",
|
|
"//python:python-community-impl",
|
|
"//platform/remote-driver/test-sdk:driver-sdk",
|
|
"//platform/platform-api:ide",
|
|
"//platform/markdown-utils",
|
|
"//platform/statistics",
|
|
"//json/backend",
|
|
],
|
|
runtime_deps = [":huggingFace_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.impl.huggingFace` end |