mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Add StackDriver implementation, in monitoring/metrics package
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130287319
This commit is contained in:
parent
57ec8b3ae3
commit
64abebec82
21 changed files with 1476 additions and 0 deletions
8
third_party/java/error_prone/BUILD
vendored
Normal file
8
third_party/java/error_prone/BUILD
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
java_library(
|
||||
name = "annotations",
|
||||
exports = ["@error_prone_annotations//jar"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue