mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
23 lines
727 B
Python
23 lines
727 B
Python
### auto-generated section `build intellij.maven.server` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "maven-server",
|
|
module_name = "intellij.maven.server",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/main/java/**/*.kt", "src/main/java/**/*.java", "src/main/java/**/*.form"], allow_empty = True),
|
|
kotlinc_opts = "@community//:k8",
|
|
deps = [
|
|
"@lib//:jetbrains-annotations",
|
|
"//platform/util-rt",
|
|
"//platform/util/jdom",
|
|
"//plugins/maven-model",
|
|
"//platform/diagnostic/telemetry/rt",
|
|
],
|
|
exports = [
|
|
"@lib//:jetbrains-annotations",
|
|
"//platform/util-rt",
|
|
"//plugins/maven-model",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.maven.server` end |