mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
libraries -> lib, resources, opt-in, test deps
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
da04fdb4b8
commit
17916c90f8
@@ -0,0 +1,36 @@
|
||||
### auto-generated section `build intellij.python.syntax.core` start
|
||||
load("@rules_jvm//:jvm.bzl", "jvm_resources")
|
||||
load("@rules_jvm//:rules.bzl", "jvm_library")
|
||||
|
||||
jvm_resources(
|
||||
name = "syntax-core_resources",
|
||||
files = glob(["resources/**/*"]),
|
||||
strip_prefix = "resources"
|
||||
)
|
||||
|
||||
jvm_library(
|
||||
name = "syntax-core",
|
||||
module_name = "intellij.python.syntax.core",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True, exclude = ["**/module-info.java"]),
|
||||
javac_opts = "@rules_jvm//:j17",
|
||||
kotlinc_opts = "@rules_jvm//:k17",
|
||||
deps = [
|
||||
"//platform/editor-ui-api:editor",
|
||||
"//platform/core-api:core",
|
||||
"//python/python-parser:parser",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
"//python/python-ast:ast",
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"//platform/code-style-api:codeStyle",
|
||||
"@lib//:fastutil-min",
|
||||
"//platform/core-impl",
|
||||
"@lib//:guava",
|
||||
"//platform/projectModel-impl",
|
||||
"//platform/analysis-api:analysis",
|
||||
"//platform/ide-core-impl",
|
||||
"//platform/analysis-impl",
|
||||
],
|
||||
runtime_deps = [":syntax-core_resources"]
|
||||
)
|
||||
### auto-generated section `build intellij.python.syntax.core` end
|
||||
Reference in New Issue
Block a user