diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-19 17:48:38 +0100 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:25:33 +0200 |
commit | a26706fb2cb83f0a5a8e5d888b443be0568940e9 (patch) | |
tree | d428dd347c8e62ae4e831976709deb4cdc471607 /gradle.properties | |
parent | a70aa466e5d5b198958ea015f3b22467227d5b2c (diff) | |
download | sonarqube-a26706fb2cb83f0a5a8e5d888b443be0568940e9.tar.gz sonarqube-a26706fb2cb83f0a5a8e5d888b443be0568940e9.zip |
BUILD-621 Inject some configuration in POM generated by Gradle to allow publication to Maven Central
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 394edb70e9d..0568f7c879a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=org.sonarsource.sonarqube version=7.1.1-SNAPSHOT -description='Open source platform for continuous inspection of code quality' +description=Open source platform for continuous inspection of code quality projectTitle=SonarQube |