mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 06:06:18 +07:00
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
27 lines
847 B
Python
27 lines
847 B
Python
### auto-generated section `build intellij.python.parser` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
|
load("@rules_jvm//:rules.bzl", "jvm_library")
|
|
|
|
jvm_resources(
|
|
name = "parser_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "parser",
|
|
module_name = "intellij.python.parser",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["gen/**/*.kt", "gen/**/*.java", "src/**/*.kt", "src/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
|
javac_opts = "@rules_jvm//:j17",
|
|
kotlinc_opts = "@rules_jvm//:k17",
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/core-api:core",
|
|
"//platform/util",
|
|
"@lib//:fastutil-min",
|
|
"//platform/core-impl",
|
|
],
|
|
runtime_deps = [":parser_resources"]
|
|
)
|
|
### auto-generated section `build intellij.python.parser` end |