From 0238f3dca6202855d36c3cb9fe9bf4c4e3fc886e Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 28 Jun 2022 15:38:49 -0400 Subject: [PATCH] feat: java template no longer require clirr (#1469) --- .../gcp/templates/java_library/.github/sync-repo-settings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml b/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml index 4ebfe4b91..4ea0953ac 100644 --- a/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml +++ b/synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml @@ -44,7 +44,6 @@ branchProtectionRules: - "dependencies (8)" - "dependencies (11)" - "lint" - - "clirr" - "units (8)" - "units (11)" - "Kokoro - Test: Integration"