diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2018-07-05 11:51:17 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-09-19 10:54:37 +0200 |
commit | fdf0f2f89300342c932ab23b71c895866c7d4834 (patch) | |
tree | 2a8be2a4e5bf3d39e59efbef7ceefa192ee76711 /sonar-duplications/build.gradle | |
parent | 4013c04fad08403ec9feaa406eb69f2e9dc6d745 (diff) | |
download | sonarqube-fdf0f2f89300342c932ab23b71c895866c7d4834.tar.gz sonarqube-fdf0f2f89300342c932ab23b71c895866c7d4834.zip |
SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader
Diffstat (limited to 'sonar-duplications/build.gradle')
-rw-r--r-- | sonar-duplications/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-duplications/build.gradle b/sonar-duplications/build.gradle index a45feb6dca7..79e4b224640 100644 --- a/sonar-duplications/build.gradle +++ b/sonar-duplications/build.gradle @@ -8,6 +8,7 @@ dependencies { // please keep list ordered compile 'org.codehaus.sonar:sonar-channel' + compile project(':sonar-plugin-api') compileOnly 'com.google.code.findbugs:jsr305' |