mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
18 lines
555 B
Python
18 lines
555 B
Python
### auto-generated section `build intellij.libraries.http.client` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "http-client_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "http-client",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob([], allow_empty = True),
|
|
resources = [":http-client_resources"],
|
|
exports = ["@lib//:http-client"],
|
|
runtime_deps = ["@lib//:http-client"]
|
|
)
|
|
### auto-generated section `build intellij.libraries.http.client` end |