您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

build.gradle 384B

123456789101112131415
  1. sonarqube {
  2. properties {
  3. property 'sonar.projectName', "${projectTitle} :: LDAP Testing"
  4. }
  5. }
  6. dependencies {
  7. compile 'junit:junit'
  8. compile 'org.apache.directory.server:apacheds-all:2.0.0-M24'
  9. compile 'org.slf4j:slf4j-api'
  10. testCompile 'org.assertj:assertj-core'
  11. testCompile 'org.hamcrest:hamcrest-core'
  12. testCompile 'org.mockito:mockito-core'
  13. }