mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
Remove more usage of AutoValue (#2432)
This PR also removes `SerializedForm` used to serialize `PendingDeposit`, as it is now a simple record.
This commit is contained in:
@@ -178,6 +178,18 @@ PRESUBMITS = {
|
||||
{"/node_modules/"},
|
||||
):
|
||||
"Do not use shaded dependencies from testcontainers.",
|
||||
PresubmitCheck(
|
||||
r".*autovalue\.shaded.*",
|
||||
"java",
|
||||
{"/node_modules/"},
|
||||
):
|
||||
"Do not use shaded dependencies from autovalue.",
|
||||
PresubmitCheck(
|
||||
r".*avro\.shaded.*",
|
||||
"java",
|
||||
{"/node_modules/"},
|
||||
):
|
||||
"Do not use shaded dependencies from avro.",
|
||||
PresubmitCheck(
|
||||
r".*com\.google\.common\.truth\.Truth8.*",
|
||||
"java",
|
||||
|
||||
Reference in New Issue
Block a user