mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
update bazel files
GitOrigin-RevId: 7320d3eff3aba093692ce66839c720ece6d7c4db
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9d2a18c2c2
commit
0bc1cf1557
@@ -1,19 +1,27 @@
|
||||
### auto-generated section `build intellij.python.community.plugin.java` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
||||
|
||||
jvm_resources(
|
||||
name = "community-plugin-java_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "community-plugin-java",
|
||||
module_name = "intellij.python.community.plugin.java",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["**/*.kt", "**/*.java"], allow_empty = True),
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
||||
deps = [
|
||||
"//platform/lang-api:lang",
|
||||
"//platform/lang-impl",
|
||||
"//python/python-sdk:sdk",
|
||||
"//python/python-psi-api:psi",
|
||||
"//python:python-community-impl",
|
||||
"//java/openapi:java",
|
||||
"//java/java-psi-api:psi",
|
||||
"//java/java-indexing-api:indexing",
|
||||
"//platform/platform-impl:ide-impl",
|
||||
"//java/idea-ui:ui",
|
||||
"//python/pluginCore/impl:python-community-plugin-impl",
|
||||
"//python/python-psi-impl:psi-impl",
|
||||
@@ -21,6 +29,7 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"//platform/util/jdom",
|
||||
"//python/python-core-impl:community-core-impl",
|
||||
]
|
||||
],
|
||||
runtime_deps = [":community-plugin-java_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.python.community.plugin.java` end
|
||||
Reference in New Issue
Block a user