diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-11-11 08:20:44 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-11 20:02:50 +0000 |
commit | 3639887afad7deb00c051642ea4177aaf9160fb7 (patch) | |
tree | f6f822013818a472b04aea93789729df55b4a0ed /server/sonar-ce-common | |
parent | d5cb9df0be45fa016ed30caee56053828e1ecda7 (diff) | |
download | sonarqube-3639887afad7deb00c051642ea4177aaf9160fb7.tar.gz sonarqube-3639887afad7deb00c051642ea4177aaf9160fb7.zip |
SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'
Diffstat (limited to 'server/sonar-ce-common')
-rw-r--r-- | server/sonar-ce-common/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ce-common/build.gradle b/server/sonar-ce-common/build.gradle index f02fe38e611..207e2e46ad2 100644 --- a/server/sonar-ce-common/build.gradle +++ b/server/sonar-ce-common/build.gradle @@ -1,6 +1,6 @@ description = 'Code relating to the Compute Engine shared between the Compute Engine and the Web Server' -sonarqube { +sonar { properties { property 'sonar.projectName', "${projectTitle} :: Compute Engine :: Common" } |