Skip to content

Commit

Permalink
chore: make library generation required (#2274)
Browse files Browse the repository at this point in the history
* chore: make library generation required

* chore: generate libraries at Wed Nov 27 20:07:36 UTC 2024

---------

Co-authored-by: cloud-java-bot <[email protected]>
  • Loading branch information
JoeWang1127 and cloud-java-bot authored Nov 27, 2024
1 parent 7edfd9c commit 1696d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.134.1</version>
<version>1.134.2</version>
</dependency>

```
Expand Down

0 comments on commit 1696d02

Please sign in to comment.