From 3572c2171a4470cd668155ffb82ed04c1d267f00 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Wed, 27 Nov 2024 15:06:52 -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 8f2999f82..491be19e7 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -18,6 +18,7 @@ branchProtectionRules: - 'Kokoro - Test: Java GraalVM Native Image' - 'Kokoro - Test: Java 17 GraalVM Native Image' - javadoc + - library_generation - pattern: 1.111.0-sp isAdminEnforced: true requiredApprovingReviewCount: 1 From 48d9c80fe266282863cad37a5e6ef42edeb7e0ab Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 27 Nov 2024 20:09:08 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed Nov 27 20:07:36 UTC 2024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc05a067d..de4683403 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-pubsub - 1.134.1 + 1.134.2 ```