From 069020814d34ebd147c000b76d39b8b283a96280 Mon Sep 17 00:00:00 2001 From: Oskar Codes Date: Wed, 2 Oct 2024 15:13:19 +0200 Subject: [PATCH] ci(gradle): Change the Sonar credentials to match the project. --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 80ee25fc8..48790b381 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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/")