Sign in
bazel
/
rules_kotlin
/
8baf5906cfaa69f25833899cca61674340107fd0
/
.
/
third_party
/
jvm
/
junit
/
BUILD
blob: 00e3bf0eee8188b788dfc8b7d316adea640b895f [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
java_library
(
name
=
"junit"
,
exports
=
[
"//external:jar/io_bazel_rules_kotlin_junit/junit"
],
runtime_deps
=
[
"//third_party/jvm/org/hamcrest:hamcrest_core"
],
visibility
=
[
"//visibility:public"
]
)