mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00: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:
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"],
|
||||
)
|
||||
Reference in New Issue
Block a user