mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 01:47:14 +02:00
Improve internal build system speed
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202016862
This commit is contained in:
parent
a4ebdc7622
commit
4c7bc3b18c
67 changed files with 142 additions and 141 deletions
|
@ -4,9 +4,9 @@ package(
|
|||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
# Restrict visibility to :tools because :remoteapi-internal (and transitively
|
||||
# :appengine-api-link) should never be linked into an App Engine deploy jar,
|
||||
# since the App Engine API is provided by the runtime environment.
|
||||
# Restrict visibility to :tools because :remoteapi-internal should never be
|
||||
# linked into an App Engine deploy jar, since the App Engine API is provided by
|
||||
# the runtime environment.
|
||||
package_group(
|
||||
name = "allowed-tools",
|
||||
packages = [
|
||||
|
@ -66,15 +66,15 @@ java_library(
|
|||
"//java/google/registry/whois",
|
||||
"//java/google/registry/xjc",
|
||||
"//java/google/registry/xml",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/appengine:appengine-remote-api",
|
||||
"//third_party/java/appengine:appengine-remote-api-link",
|
||||
"//third_party/jaxb",
|
||||
"//third_party/objectify:objectify-v4_1",
|
||||
"@com_beust_jcommander",
|
||||
"@com_google_api_client",
|
||||
"@com_google_apis_google_api_services_bigquery",
|
||||
"@com_google_apis_google_api_services_dns",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@com_google_appengine_remote_api",
|
||||
"@com_google_appengine_remote_api//:link",
|
||||
"@com_google_auto_value",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_dagger",
|
||||
|
@ -104,8 +104,8 @@ java_binary(
|
|||
main_class = "google.registry.tools.RegistryTool",
|
||||
runtime_deps = [
|
||||
":tools",
|
||||
"//third_party/java/appengine:appengine-api-link",
|
||||
"//third_party/java/appengine:appengine-remote-api-link",
|
||||
"@com_google_appengine_api_1_0_sdk//:link",
|
||||
"@com_google_appengine_remote_api//:link",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -20,12 +20,12 @@ java_library(
|
|||
"//java/google/registry/request",
|
||||
"//java/google/registry/request/auth",
|
||||
"//java/google/registry/util",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/appengine_gcs_client",
|
||||
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
|
||||
"//third_party/java/appengine_pipeline",
|
||||
"//third_party/objectify:objectify-v4_1",
|
||||
"@com_beust_jcommander",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
"@com_google_appengine_tools_appengine_gcs_client",
|
||||
"@com_google_appengine_tools_appengine_mapreduce",
|
||||
"@com_google_appengine_tools_appengine_pipeline",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_dagger",
|
||||
"@com_google_flogger",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue