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 bcf30d1 commit ba17a2bCopy full SHA for ba17a2b
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128
/src/library_generation/cli/entry_point.py validate-generation-config
129
env:
130
- library_generation_image_tag: 2.62.1
+ library_generation_image_tag: 2.62.2
131
workspace_name: /workspace
132
133
# 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