From 9743d429ac8e6656369d03665f9fc748773e3d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Tue, 28 Nov 2023 07:12:45 -0800 Subject: [PATCH] Disable Spotless format checking for some generated files. (#2559) Files generated by the protobuf compiler are not going to conform to the expected format. It's not useful to check them. --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a9a82cd97..4edcfb6330 100644 --- a/pom.xml +++ b/pom.xml @@ -168,11 +168,13 @@ - + src/test/java/com/google/gson/functional/Java17RecordTest.java src/test/java/com/google/gson/native_test/Java17RecordReflectionTest.java + + target/generated-test-sources/protobuf/**/*.java