
me.dinowernli.grpc.polyglot.BUILD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qaf-support-grpc Show documentation
Show all versions of qaf-support-grpc Show documentation
QAF support library for grpc test automation
The newest version!
package(default_visibility = ["//visibility:public"])
java_binary(
name = "polyglot",
main_class = "me.dinowernli.grpc.polyglot.Main",
runtime_deps = [
":polyglot-lib",
],
)
java_library(
name = "polyglot-lib",
srcs = glob(["*.java"]),
deps = [
"//src/main/java/me/dinowernli/grpc/polyglot/command",
"//src/main/java/me/dinowernli/grpc/polyglot/config",
"//src/main/java/me/dinowernli/grpc/polyglot/io",
"//src/main/java/me/dinowernli/grpc/polyglot/protobuf",
"//src/main/proto:config_java_proto",
"//third_party/grpc",
"//third_party/logging:logging-api",
"//third_party/logging:logging-impl-stdout",
"//third_party/protobuf",
],
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy