aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness
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 /sonar-testing-harness
parent81e92fa096160e36a82c8cd22e408cd1b374d8b8 (diff)
downloadsonarqube-f71e993f3e213c28fbeb4720b35a0ef5816187ee.tar.gz
sonarqube-f71e993f3e213c28fbeb4720b35a0ef5816187ee.zip
Fix publication
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r--sonar-testing-harness/build.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle
index 9cf1837d8f5..f6493bcca95 100644
--- a/sonar-testing-harness/build.gradle
+++ b/sonar-testing-harness/build.gradle
@@ -27,10 +27,6 @@ publishing {
if (release) {
artifact sourcesJar
artifact javadocJar
- pom.withXml {
- asNode().appendNode('description', description)
- asNode().children().last() + pomConfig
- }
}
}
}