mirror of
https://github.com/google/nomulus
synced 2026-02-05 20:41:08 +00: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
10 lines
133 B
Python
10 lines
133 B
Python
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "beam",
|
|
)
|