Skip to content

Commit 624a07b

Browse files
authored
Merge pull request #8877 from element-hq/guillaumev/sonarcloud-rename
Update sonarcloud project key
2 parents d97f69b + 9bb27f6 commit 624a07b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Latest build](https://github.com/element-hq/element-android/actions/workflows/build.yml/badge.svg?query=branch%3Adevelop)](https://github.com/element-hq/element-android/actions/workflows/build.yml?query=branch%3Adevelop)
22
[![Weblate](https://translate.element.io/widgets/element-android/-/svg-badge.svg)](https://translate.element.io/engage/element-android/?utm_source=widget)
33
[![Element Android Matrix room #element-android:matrix.org](https://img.shields.io/matrix/element-android:matrix.org.svg?label=%23element-android:matrix.org&logo=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#element-android:matrix.org)
4-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vector-im_element-android&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vector-im_element-android)
5-
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=vector-im_element-android&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=vector-im_element-android)
6-
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=vector-im_element-android&metric=bugs)](https://sonarcloud.io/summary/new_code?id=vector-im_element-android)
4+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=element-android&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=element-android)
5+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=element-android&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=element-android)
6+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=element-android&metric=bugs)](https://sonarcloud.io/summary/new_code?id=element-android)
77

88
# Element Android
99

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ apply plugin: 'org.sonarqube'
207207
sonar {
208208
properties {
209209
property "sonar.projectName", "element-android"
210-
property "sonar.projectKey", "vector-im_element-android"
210+
property "sonar.projectKey", "element-android"
211211
property "sonar.host.url", "https://sonarcloud.io"
212212
property "sonar.projectVersion", project(":vector").android.defaultConfig.versionName
213213
property "sonar.sourceEncoding", "UTF-8"
214214
property "sonar.links.homepage", "https://github.com/element-hq/element-android/"
215215
property "sonar.links.ci", "https://github.com/element-hq/element-android/actions"
216216
property "sonar.links.scm", "https://github.com/element-hq/element-android/"
217217
property "sonar.links.issue", "https://github.com/element-hq/element-android/issues"
218-
property "sonar.organization", "new_vector_ltd_organization"
218+
property "sonar.organization", "element-hq"
219219
property "sonar.java.coveragePlugin", "jacoco"
220220
property "sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/jacoco/generateCoverageReport/generateCoverageReport.xml"
221221
property "sonar.login", project.hasProperty("SONAR_LOGIN") ? SONAR_LOGIN : "invalid"

0 commit comments

Comments
 (0)