mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
Remove Bazel build (#94)
* Remove bazel build Also updated the build badge to reflect internal build status.
This commit is contained in:
parent
aca18a1d4a
commit
8c5fc6410b
144 changed files with 2 additions and 8274 deletions
15
third_party/junit/BUILD
vendored
15
third_party/junit/BUILD
vendored
|
@ -1,15 +0,0 @@
|
|||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
licenses(["reciprocal"]) # EPL 1.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
java_library(
|
||||
name = "junit",
|
||||
srcs = glob(["**/*.java"]),
|
||||
visibility = [
|
||||
"//javatests/google/registry/testing:__pkg__",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue