diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-04-16 18:06:08 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-02 20:20:56 +0200 |
commit | d13e2d9a08ea6fc3cb29bcf4add0c4f2f12cc3b8 (patch) | |
tree | 73bffcc464d1995e7c90fd27af1f84ea7f608b09 /settings.gradle | |
parent | 5c78e445609eaf1c6bb00b0c863623ea497237a0 (diff) | |
download | sonarqube-d13e2d9a08ea6fc3cb29bcf4add0c4f2f12cc3b8.tar.gz sonarqube-d13e2d9a08ea6fc3cb29bcf4add0c4f2f12cc3b8.zip |
SONAR-9384 Fix computation of project without src but with test measures
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index 09bc97e3c28..a3f0c94d685 100644 --- a/settings.gradle +++ b/settings.gradle @@ -50,6 +50,7 @@ include 'tests:plugins:posttask-plugin' include 'tests:plugins:project-builder-plugin' include 'tests:plugins:property-relocation-plugin' include 'tests:plugins:property-sets-plugin' +include 'tests:plugins:save-measure-on-project-plugin' include 'tests:plugins:security-plugin' include 'tests:plugins:server-plugin' include 'tests:plugins:settings-encryption-plugin' |