mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
40 lines
1.3 KiB
Python
40 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 = "community-impl-huggingFace_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "community-impl-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",
|
|
"//spellchecker",
|
|
"//platform/remote-driver/test-sdk:driver-sdk",
|
|
"//platform/platform-api:ide",
|
|
"//platform/markdown-utils",
|
|
"//platform/statistics",
|
|
"//json",
|
|
],
|
|
runtime_deps = [":community-impl-huggingFace_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.community.impl.huggingFace` end |