mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 10:49:35 +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
|
@ -1,53 +0,0 @@
|
|||
package(
|
||||
default_testonly = 1,
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
||||
|
||||
java_library(
|
||||
name = "proxy",
|
||||
srcs = glob(["**/*.java"]),
|
||||
resources = glob([
|
||||
"testdata/*.xml",
|
||||
"quota/testdata/*.yaml",
|
||||
]),
|
||||
runtime_deps = [
|
||||
"@io_netty_tcnative_boringssl_static",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/proxy",
|
||||
"//java/google/registry/util",
|
||||
"//javatests/google/registry/testing",
|
||||
"@com_beust_jcommander",
|
||||
"@com_google_dagger",
|
||||
"@com_google_guava",
|
||||
"@com_google_monitoring_client_contrib",
|
||||
"@com_google_monitoring_client_metrics",
|
||||
"@com_google_truth",
|
||||
"@com_google_truth_extensions_truth_java8_extension",
|
||||
"@io_netty_buffer",
|
||||
"@io_netty_codec",
|
||||
"@io_netty_codec_http",
|
||||
"@io_netty_common",
|
||||
"@io_netty_handler",
|
||||
"@io_netty_transport",
|
||||
"@javax_inject",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_bouncycastle_bcpkix_jdk15on",
|
||||
"@org_mockito_core",
|
||||
"@org_yaml_snakeyaml",
|
||||
],
|
||||
)
|
||||
|
||||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
test_files = glob(
|
||||
["**/*Test.java"],
|
||||
exclude = ["ProtocolModuleTest.java"],
|
||||
),
|
||||
deps = [":proxy"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue