summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/java/BUILD
blob: 8c39d39ec4c385c11ac742eac9b1d6326173039a (plain)
1
2
3
4
5
6
7
8
9
load("@io_bazel_rules_go//go:def.bzl", "go_binary")

package(licenses = ["notice"])

go_binary(
    name = "proctor-java",
    srcs = ["proctor-java.go"],
    deps = ["//test/runtimes/common"],
)