mirror of
https://github.com/google/nomulus
synced 2026-07-08 00:56:53 +00:00
Import code from internal repository to git
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["reciprocal"]) # Common Public License 1.0
|
||||
|
||||
java_library(
|
||||
name = "junit",
|
||||
testonly = 1,
|
||||
exports = ["@bazel_tools//third_party:junit4"],
|
||||
)
|
||||
Reference in New Issue
Block a user