Skip to content

Commit fe7e26f

Browse files
committed
Remove Sonarqube Plugin
Issue gh-596
1 parent a7729dd commit fe7e26f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

build.gradle

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ buildscript {
2121
}
2222
}
2323

24-
plugins {
25-
id "org.sonarqube" version "2.1-rc1"
26-
}
27-
2824
apply plugin: 'org.asciidoctor.gradle.asciidoctor'
2925

3026
ext.GRADLE_SCRIPT_DIR = "${rootProject.projectDir}/gradle"
@@ -68,18 +64,13 @@ configure(subprojects) {
6864
apply plugin: 'propdeps-eclipse'
6965
apply plugin: 'groovy'
7066
apply plugin: "merge"
71-
7267
}
7368

7469
configure(coreModules) {
7570
apply from: JAVA_MODULE_SCRIPT
7671
}
7772

7873
configure(subprojects - coreModules) {
79-
sonarqube {
80-
skipProject = true
81-
}
82-
8374
tasks.findByPath("artifactoryPublish")?.enabled = false
8475
tasks.findByPath("uploadArchives")?.enabled = false
8576
}
@@ -90,19 +81,6 @@ configurations.archives.artifacts.clear()
9081
apply from: "${GRADLE_SCRIPT_DIR}/deploy-docs.gradle"
9182
apply from: "${GRADLE_SCRIPT_DIR}/deploy-schema.gradle"
9283

93-
sonarqube {
94-
properties {
95-
property "sonar.exclusions", "file:**/generated-src/**"
96-
property "sonar.java.coveragePlugin", "jacoco"
97-
property "sonar.jacoco.reportPath", "${buildDir.name}/jacoco.exec"
98-
property "sonar.links.homepage", 'https://github.com/SpringSource/spring-ldap'
99-
property "sonar.links.ci", 'https://build.springsource.org/browse/LDAP-B20X'
100-
property "sonar.links.issue", 'https://jira.springsource.org/browse/LDAP'
101-
property "sonar.links.scm", 'https://github.com/SpringSource/spring-ldap'
102-
property "sonar.links.scm_dev", 'https://github.com/SpringSource/spring-ldap.git'
103-
}
104-
}
105-
10684
asciidoctor {
10785
outputDir = new File("$buildDir/docs")
10886
options = [

0 commit comments

Comments
 (0)