We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31beb7 commit 5b168e1Copy full SHA for 5b168e1
.github/workflows/ci.yaml
@@ -130,7 +130,7 @@ jobs:
130
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
131
/src/cli/entry_point.py validate-generation-config
132
env:
133
- library_generation_image_tag: 2.44.0
+ library_generation_image_tag: 2.45.0
134
workspace_name: /workspace
135
136
# TODO: Uncomment the needed Github Actions
.github/workflows/generated_files_sync.yaml
@@ -20,7 +20,7 @@ on:
20
pull_request:
21
name: generation diff
22
23
24
jobs:
25
root-pom:
26
# root pom.xml does not have diff from generated one
0 commit comments