Skip to content

feat: enable hermetic library generation #3129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
quote codeowners_team in generation config
  • Loading branch information
diegomarquezp committed Jun 26, 2024
commit a0b45ae1935ac18a3d063629dba7691487a6045c
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraries:
api_id: spanner.googleapis.com
transport: grpc
requires_billing: true
codeowner_team: @googleapis/api-spanner-java
codeowner_team: '@googleapis/api-spanner-java'
library_type: GAPIC_COMBO
excluded_poms: google-cloud-spanner-bom
recommended_package: com.google.cloud.spanner
Expand Down
Loading