sonar { properties { property 'sonar.projectName', "${projectTitle} :: LDAP Testing" } } dependencies { api 'junit:junit' api 'org.apache.directory.server:apacheds-all:2.0.0-M24' api 'org.slf4j:slf4j-api' testImplementation 'org.assertj:assertj-core' testImplementation 'org.hamcrest:hamcrest-core' testImplementation 'org.mockito:mockito-core' }