From 0c29a88b1324a8130806e35ed499456e01382cdd Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 3 May 2024 11:39:01 -0500 Subject: [PATCH] CLDR-17459 BRS: move to -z BUILD --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 14ed3163248..c9e61af4087 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -187,7 +187,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: run CLDR console check - run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z FINAL_TESTING + run: java -DCLDR_GITHUB_ANNOTATIONS=true -DCLDR_DIR=$(pwd) -Xmx6g -jar tools/cldr-code/target/cldr-code.jar check -S common,seed -e -z BUILD deploy: # don't run deploy on manual builds! if: github.repository == 'unicode-org/cldr' && github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.inputs.git-ref == ''