You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 468B

1234567891011121314151617181920
  1. sonarqube {
  2. properties {
  3. property 'sonar.projectName', "${projectTitle} :: Duplications"
  4. }
  5. }
  6. dependencies {
  7. // please keep list ordered
  8. compile 'org.codehaus.sonar:sonar-channel'
  9. compileOnly 'com.google.code.findbugs:jsr305'
  10. testCompile 'ch.qos.logback:logback-classic'
  11. testCompile 'commons-io:commons-io'
  12. testCompile 'junit:junit'
  13. testCompile 'org.assertj:assertj-core'
  14. testCompile 'org.mockito:mockito-core'
  15. testCompile 'pmd:pmd:4.3'
  16. }