diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2019-06-06 09:45:41 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-07-12 20:21:14 +0200 |
commit | 7c7d9b6b90244d2c974207862071caccdb2c9bb5 (patch) | |
tree | d1b1035076f996207d9fcd60ec5ea0c06234ece4 /sonar-scanner-engine/build.gradle | |
parent | 97e15208790028ed50187e58cd4580e6cef8e6b3 (diff) | |
download | sonarqube-7c7d9b6b90244d2c974207862071caccdb2c9bb5.tar.gz sonarqube-7c7d9b6b90244d2c974207862071caccdb2c9bb5.zip |
Extract implementation from plugin API - Server rule definition
Diffstat (limited to 'sonar-scanner-engine/build.gradle')
-rw-r--r-- | sonar-scanner-engine/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-scanner-engine/build.gradle b/sonar-scanner-engine/build.gradle index 77c26c7466d..68880e4ae0a 100644 --- a/sonar-scanner-engine/build.gradle +++ b/sonar-scanner-engine/build.gradle @@ -44,6 +44,8 @@ dependencies { testCompile 'org.mockito:mockito-core' testCompile project(':plugins:sonar-xoo-plugin') testCompile project(':sonar-plugin-api').sourceSets.test.output + testCompile project(':server:sonar-server') + } license { |