mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
19 lines
693 B
Python
19 lines
693 B
Python
### auto-generated section `build intellij.java.remoteServers` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "java-remoteServers",
|
|
module_name = "intellij.java.remoteServers",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/remote-servers/api:remoteServers",
|
|
"//platform/core-api:core",
|
|
"//platform/lang-api:lang",
|
|
"//platform/xdebugger-api:debugger",
|
|
"//java/execution/openapi:java-execution",
|
|
"//java/compiler/openapi:java-compiler",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.java.remoteServers` end |