From e728d4a68e1d338804c2a9212b130dd5c432904b Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Tue, 19 Nov 2024 17:32:34 -0500 Subject: [PATCH 1/2] chore: make library generation required --- .github/sync-repo-settings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 086c3ddff7..69533bd275 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -19,6 +19,7 @@ branchProtectionRules: - 'Kokoro - Test: Java GraalVM Native Image' - 'Kokoro - Test: Java 17 GraalVM Native Image' - javadoc + - library_generation - pattern: java7 isAdminEnforced: true requiredApprovingReviewCount: 1 From 8b07c209e5e30a4366bd680055969eb3a94ea1d1 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Tue, 19 Nov 2024 22:35:06 +0000 Subject: [PATCH 2/2] chore: generate libraries at Tue Nov 19 22:33:27 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5ed6035d..96122305f5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-firestore - 3.29.0 + 3.29.1 ```