protobuf/java/BUILD
Deanna Garcia ab4585a695 Sync from Piper @425656941
PROTOBUF_SYNC_PIPER
2022-02-01 18:24:53 +00:00

19 lines
343 B
Python

test_suite(
name = "tests",
tests = [
"//java/core:tests",
"//java/kotlin:tests",
"//java/kotlin-lite:tests",
"//java/lite:tests",
"//java/util:tests",
],
)
filegroup(
name = "release",
srcs = [
"//java/core:release", # contains lite.
"//java/util:release",
]
)