We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008bd1 commit d7f0719Copy full SHA for d7f0719
.github/workflows/ci.yaml
@@ -402,7 +402,7 @@ jobs:
402
working-directory: java-showcase
403
run: |
404
mvn versions:set -B -ntp -DnewVersion=local
405
- mvn clirr:check -B -ntp -Dclirr.skip=false -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION
+ mvn clirr:check -B -ntp -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION
406
407
gapic-generator-java-bom:
408
runs-on: ubuntu-22.04
0 commit comments