mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
- java dependencies Space-RevId: 7d4700ee0761048bb85d3b0a9471b74511f62fc0 GitOrigin-RevId: 9f080945a3c7b361b89c6743ec07ef9163f3e017
26 lines
786 B
Python
26 lines
786 B
Python
### auto-generated section `build intellij.java.plugin` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "plugin_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "plugin",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob([], allow_empty = True),
|
|
resources = [":plugin_resources"],
|
|
runtime_deps = [
|
|
"//java/java-syntax:syntax",
|
|
"//java/java-frontback-psi-api:frontback-psi",
|
|
"//java/java-frontback-psi-impl:frontback-psi-impl",
|
|
"//java/java-psi-api:psi",
|
|
"//java/java-psi-impl:psi-impl",
|
|
"//java/java-frontback-impl:frontback-impl",
|
|
"//java/debugger/shared",
|
|
"//java/execution/shared",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.java.plugin` end |