Thanks to visit codestin.com Credit goes to github.com
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 31d8698 commit a881f88Copy full SHA for a881f88
.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.61.0
+ library_generation_image_tag: 2.62.0
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