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 164B

123456789
  1. sonarqube {
  2. properties {
  3. property 'sonar.projectName', "${projectTitle} :: Check API"
  4. }
  5. }
  6. dependencies {
  7. compileOnly 'com.google.code.findbugs:jsr305'
  8. }