sonarqube { properties { property 'sonar.projectName', "${projectTitle} :: WebServer :: ES" } } dependencies { // please keep the list grouped by configuration and ordered by name compile 'com.google.guava:guava' compile project(':server:sonar-server-common') compile project(':server:sonar-webserver-auth') compile project(path: ':sonar-plugin-api', configuration: 'shadow') compileOnly 'com.google.code.findbugs:jsr305' compileOnly 'javax.servlet:javax.servlet-api' testCompile 'org.apache.logging.log4j:log4j-api' testCompile 'org.apache.logging.log4j:log4j-core' testCompile 'org.assertj:assertj-guava' testCompile 'com.google.code.findbugs:jsr305' testCompile 'com.tngtech.java:junit-dataprovider' testCompile 'org.mockito:mockito-core' testCompile testFixtures(project(':server:sonar-webserver-auth')) testCompile project(':sonar-testing-harness') testFixturesApi testFixtures(project(':server:sonar-server-common')) }