Skip to content

Commit

Permalink
Added dependencie to sonarqube.gradle and changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 17, 2024
1 parent 33007be commit 5042d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run Tests
run: |
./gradlew --refresh-dependencies spotlessCheck pmdMain pmdTest test
./gradlew --refresh-dependencies spotlessCheck pmdMain pmdTest
- name: Build Java-Docs
run: |
Expand Down
1 change: 1 addition & 0 deletions gradle/scripts/sonarqube.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ sonarqube {
}

// sonarqube task dependencies
project.tasks["sonarqube"].dependsOn "test"
project.tasks["sonarqube"].dependsOn "reportScoverage"
project.tasks["sonarqube"].dependsOn "checkScoverage"

0 comments on commit 5042d36

Please sign in to comment.