We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93e4f6 commit af9bc43Copy full SHA for af9bc43
.github/workflows/sonar.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Grant execute permission for gradlew
14
run: chmod +x gradlew
15
- name: Build with Gradle
16
- run: ./gradlew clean build test -x spotlessCheck
+ run: ./gradlew clean build test -x spotlessJavaCheck
17
- name: Build and analyze
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments