aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-03-30 17:11:38 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2018-04-04 14:40:50 +0200
commitf71e993f3e213c28fbeb4720b35a0ef5816187ee (patch)
tree0dc31aa1ea3f77b538e238ba5b9baf8c9a9bb361 /plugins
parent81e92fa096160e36a82c8cd22e408cd1b374d8b8 (diff)
downloadsonarqube-f71e993f3e213c28fbeb4720b35a0ef5816187ee.tar.gz
sonarqube-f71e993f3e213c28fbeb4720b35a0ef5816187ee.zip
Fix publication
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-xoo-plugin/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/sonar-xoo-plugin/build.gradle b/plugins/sonar-xoo-plugin/build.gradle
index df7a0be86c4..66c6d051b68 100644
--- a/plugins/sonar-xoo-plugin/build.gradle
+++ b/plugins/sonar-xoo-plugin/build.gradle
@@ -41,10 +41,6 @@ publishing {
if (release) {
artifact sourcesJar
artifact javadocJar
- pom.withXml {
- asNode().appendNode('description', description)
- asNode().children().last() + pomConfig
- }
}
}
}