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 3d398b7 commit d93802cCopy full SHA for d93802c
.github/workflows/ci.yaml
@@ -131,7 +131,7 @@ jobs:
131
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
132
/src/library_generation/cli/entry_point.py validate-generation-config
133
env:
134
- library_generation_image_tag: 2.54.0
+ library_generation_image_tag: 2.57.0
135
workspace_name: /workspace
136
137
# 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