From c3c129912f8ed5aaf2b7102b077f18889f704a3d Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Wed, 9 Oct 2024 14:13:56 +0200 Subject: [PATCH] Update command --- .github/workflows/receive-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index b310257ade7..bdd1dabbf3d 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -43,7 +43,7 @@ jobs: # Execute Error Prone - name: Run Error Prone - run: mvn verify -Perror-prone -Ppatch + run: mvn -T1C verify -Perror-prone-fork -Pnon-maven-central -Pself-check -s settings.xml # Capture the diff - name: Create patch