mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
25 lines
748 B
Python
25 lines
748 B
Python
### auto-generated section `build intellij.tools.reproducibleBuilds.diff` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
|
|
|
|
jvm_resources(
|
|
name = "reproducibleBuilds.diff_resources",
|
|
files = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "reproducibleBuilds.diff",
|
|
module_name = "intellij.tools.reproducibleBuilds.diff",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//platform/util",
|
|
"@lib//:gson",
|
|
],
|
|
runtime_deps = [
|
|
":reproducibleBuilds.diff_resources",
|
|
"@lib//:commons-compress",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.tools.reproducibleBuilds.diff` end |