Skip to content

Commit b171c34

Browse files
chore: make library generation required (#1936)
* chore: make library generation required * chore: generate libraries at Tue Nov 19 22:33:27 UTC 2024 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 622b742 commit b171c34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ branchProtectionRules:
1919
- 'Kokoro - Test: Java GraalVM Native Image'
2020
- 'Kokoro - Test: Java 17 GraalVM Native Image'
2121
- javadoc
22+
- library_generation
2223
- pattern: java7
2324
isAdminEnforced: true
2425
requiredApprovingReviewCount: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-firestore</artifactId>
44-
<version>3.29.0</version>
44+
<version>3.29.1</version>
4545
</dependency>
4646

4747
```

0 commit comments

Comments
 (0)