Skip to content

Commit af9bc43

Browse files
authored
Update sonar.yml
1 parent b93e4f6 commit af9bc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Grant execute permission for gradlew
1414
run: chmod +x gradlew
1515
- name: Build with Gradle
16-
run: ./gradlew clean build test -x spotlessCheck
16+
run: ./gradlew clean build test -x spotlessJavaCheck
1717
- name: Build and analyze
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)