mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
This prepares for the spec11 beam pipeline to live parallel to the invoicing beam pipeline, for better organization. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204980582
9 lines
133 B
Text
9 lines
133 B
Text
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "beam",
|
|
)
|