diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-07-23 15:22:13 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-24 20:02:47 +0000 |
commit | e4313bc4793eaf2a265f55f4bfa867e4c76942cd (patch) | |
tree | af29396ed8f5140d6bee4fe8ba6360cd1ce43ba9 /settings.gradle | |
parent | 012bf4a5f40dfa9034e534f81941ce3cdbd5ac13 (diff) | |
download | sonarqube-e4313bc4793eaf2a265f55f4bfa867e4c76942cd.tar.gz sonarqube-e4313bc4793eaf2a265f55f4bfa867e4c76942cd.zip |
SONAR-22603 Use generated code for the SARIF parser
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 22d2fa50fdb..d38de2a4534 100644 --- a/settings.gradle +++ b/settings.gradle @@ -61,6 +61,7 @@ include 'server:sonar-webserver-monitoring' include 'sonar-application' include 'sonar-core' +include 'sonar-sarif' include 'sonar-duplications' include 'sonar-markdown' include 'sonar-plugin-api-impl' |