aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-bitbucket/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-auth-bitbucket/build.gradle')
-rw-r--r--server/sonar-auth-bitbucket/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-auth-bitbucket/build.gradle b/server/sonar-auth-bitbucket/build.gradle
index 2e5f80aa76e..80f71c55fa7 100644
--- a/server/sonar-auth-bitbucket/build.gradle
+++ b/server/sonar-auth-bitbucket/build.gradle
@@ -1,7 +1,7 @@
description = 'SonarQube :: Authentication :: Bitbucket'
configurations {
- testCompile.extendsFrom compileOnly
+ testImplementation.extendsFrom compileOnly
}
dependencies {