Skip to content

Commit

Permalink
ci: delete static analysis step (#10631)
Browse files Browse the repository at this point in the history
ci is failing with:

```

> Task :sonarqube FAILED
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sonarqube'.
> The plugin [java] does not support Java 11.0.22
289 actionable tasks: 85 executed, 204 up-to-date
```
  • Loading branch information
sdelamo committed Mar 20, 2024
1 parent b832741 commit 7f1ce4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
run: |
./gradlew check --no-daemon --continue
- name: "🔎 Run static analysis"
if: env.SONAR_TOKEN != ''
run: |
./gradlew sonar
- name: "📊 Publish Test Report"
if: always()
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 7f1ce4b

Please sign in to comment.