aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-ldap
diff options
context:
space:
mode:
authorKengo TODA <skypencil@gmail.com>2021-09-30 19:07:41 +0800
committersonartech <sonartech@sonarsource.com>2021-10-08 20:03:10 +0000
commitac63a87fff684c5c4eb3b0a2562526e2643378be (patch)
treeff609812b352f1ab823ffae0881ee0acc21f38ca /server/sonar-auth-ldap
parentd0b6b0f341c297ad06a96508d13597b00dd214a6 (diff)
downloadsonarqube-ac63a87fff684c5c4eb3b0a2562526e2643378be.tar.gz
sonarqube-ac63a87fff684c5c4eb3b0a2562526e2643378be.zip
SONAR-15470 Do not declare Gradle build dependencies using compile and runtime configurations
Diffstat (limited to 'server/sonar-auth-ldap')
-rw-r--r--server/sonar-auth-ldap/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-auth-ldap/build.gradle b/server/sonar-auth-ldap/build.gradle
index 622b983188a..8af87f30bcb 100644
--- a/server/sonar-auth-ldap/build.gradle
+++ b/server/sonar-auth-ldap/build.gradle
@@ -1,7 +1,7 @@
description = 'SonarQube :: Authentication :: LDAP'
configurations {
- testCompile.extendsFrom compileOnly
+ testImplementation.extendsFrom compileOnly
}
dependencies {