aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/build.gradle
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-04-04 14:39:44 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2018-04-04 14:39:44 +0200
commit81e92fa096160e36a82c8cd22e408cd1b374d8b8 (patch)
tree8f11c9a8c8dc1c2dcddd01b82f99ac39724509e2 /server/sonar-server/build.gradle
parent4dec6ebfeef852905d9db4670757238f797c9d58 (diff)
downloadsonarqube-81e92fa096160e36a82c8cd22e408cd1b374d8b8.tar.gz
sonarqube-81e92fa096160e36a82c8cd22e408cd1b374d8b8.zip
Fix build
Diffstat (limited to 'server/sonar-server/build.gradle')
-rw-r--r--server/sonar-server/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-server/build.gradle b/server/sonar-server/build.gradle
index c88c09d48b3..f61d09ed382 100644
--- a/server/sonar-server/build.gradle
+++ b/server/sonar-server/build.gradle
@@ -102,6 +102,10 @@ publishing {
artifact sourcesJar
artifact javadocJar
artifact testJar
+ pom.withXml {
+ asNode().appendNode('description', description)
+ asNode().children().last() + pomConfig
+ }
}
}
}