mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
18 lines
598 B
Python
18 lines
598 B
Python
### auto-generated section `build intellij.java.uast.ide` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library")
|
|
|
|
jvm_library(
|
|
name = "java-uast-ide",
|
|
module_name = "intellij.java.uast.ide",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"//java/java-impl:impl",
|
|
"//platform/analysis-api:analysis",
|
|
"//platform/core-api:core",
|
|
"//platform/editor-ui-api:editor-ui",
|
|
"//uast/uast-java:java-uast",
|
|
],
|
|
exports = ["//uast/uast-java:java-uast"]
|
|
)
|
|
### auto-generated section `build intellij.java.uast.ide` end |