Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/sonar.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ jobs:
run: ./gradlew --info --stacktrace build -x test
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- name: 'Prepare Sonar analysis'
uses: evaristegalois11/sonar-fork-analysis@v1
- name: Test setup
run: |
sudo apt-get install xvfb fluxbox
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ task dist {
dependsOn clean, jlinkZip
}

sonarqube {
sonar {
properties {
property "sonar.projectKey", "mfl28_BoundingBoxEditor"
property "sonar.organization", "mfl28"
Expand Down