Skip to content

Commit

Permalink
Merge pull request #2 from SwEnt-Group13/config/gradle
Browse files Browse the repository at this point in the history
ci(gradle): Change the Sonar credentials to match the project.
  • Loading branch information
Romainhir authored Oct 2, 2024
2 parents 7861ffe + 0690208 commit 2b38b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ android {

sonar {
properties {
property("sonar.projectKey", "gf_android-sample")
property("sonar.projectName", "Android-Sample")
property("sonar.organization", "gabrielfleischer")
property("sonar.projectKey", "SwEnt-Group13_unio")
property("sonar.projectName", "unio")
property("sonar.organization", "swent-group13")
property("sonar.host.url", "https://sonarcloud.io")
// Comma-separated paths to the various directories containing the *.xml JUnit report files. Each path may be absolute or relative to the project base directory.
property("sonar.junit.reportPaths", "${project.layout.buildDirectory.get()}/test-results/testDebugunitTest/")
Expand Down

0 comments on commit 2b38b2c

Please sign in to comment.