From af9bc43dd6546f49e7bcb91b665575ea6ef5a650 Mon Sep 17 00:00:00 2001 From: Karan Preet Singh Sasan Date: Mon, 25 Dec 2023 15:04:28 -0800 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 822afc33..7a1e64de 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew clean build test -x spotlessCheck + run: ./gradlew clean build test -x spotlessJavaCheck - name: Build and analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any