diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2023-02-09 10:08:06 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-02-13 20:02:53 +0000 |
commit | 92b1f5513e74831427c8ab2d60ec8f5e173fc8fe (patch) | |
tree | d2bf2367ebc6a298893e20eaa4feff4757c30960 /settings.gradle | |
parent | 982ba2999674768245cc20150fc37c6259204b39 (diff) | |
download | sonarqube-92b1f5513e74831427c8ab2d60ec8f5e173fc8fe.tar.gz sonarqube-92b1f5513e74831427c8ab2d60ec8f5e173fc8fe.zip |
SONAR-18465 Remove sonar-check-api from SonarQube
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 6980a920f6c..1e6f6cd8eef 100644 --- a/settings.gradle +++ b/settings.gradle @@ -44,7 +44,6 @@ include 'server:sonar-alm-client' include 'server:sonar-webserver-monitoring' include 'sonar-application' -include 'sonar-check-api' include 'sonar-core' include 'sonar-duplications' include 'sonar-markdown' |