Remove Bazel build (#94)

* Remove bazel build

Also updated the build badge to reflect internal build status.
This commit is contained in:
Lai Jiang 2019-06-13 18:15:33 -04:00 committed by GitHub
parent aca18a1d4a
commit 8c5fc6410b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
144 changed files with 2 additions and 8274 deletions

View file

@ -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__",
],
)