From f8f9b18b5203c87f9191908e5903c0efb386d4a1 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Thu, 4 Dec 2025 15:16:49 -0500 Subject: [PATCH] chore: Remove hardcoded clirr.skip=false in showcase-clirr check Remove hardcoded clirr.skip=false in showcase-clirr check. This enables us to configure the clirr check in poms. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03ec3e3d0d..1f3cab433e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -402,7 +402,7 @@ jobs: working-directory: java-showcase run: | mvn versions:set -B -ntp -DnewVersion=local - mvn clirr:check -B -ntp -Dclirr.skip=false -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION + mvn clirr:check -B -ntp -DcomparisonVersion=$SHOWCASE_CLIENT_VERSION gapic-generator-java-bom: runs-on: ubuntu-22.04