Files
openide/libraries/grpc-netty-shaded/BUILD.bazel
Vladimir Krivosheev 17916c90f8 libraries -> lib, resources, opt-in, test deps
GitOrigin-RevId: db66ee95dcb0f0553b40c9cc56cd6afed8634cdd
2024-11-27 13:53:42 +00:00

20 lines
593 B
Python

### auto-generated section `build intellij.libraries.grpc.netty.shaded` start
load("@rules_java//java:defs.bzl", "java_library")
load("@rules_jvm//:jvm.bzl", "jvm_resources")
jvm_resources(
name = "grpc-netty-shaded_resources",
files = glob(["resources/**/*"]),
strip_prefix = "resources"
)
java_library(
name = "grpc-netty-shaded",
visibility = ["//visibility:public"],
exports = ["@lib//:grpc-netty-shaded"],
runtime_deps = [
":grpc-netty-shaded_resources",
"@lib//:grpc-netty-shaded",
]
)
### auto-generated section `build intellij.libraries.grpc.netty.shaded` end