diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2023-06-01 09:29:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-01 08:12:26 +0000 |
commit | d0dcdf86c351884f4ee896b61b8ff85dbd311e93 (patch) | |
tree | beaa9d30bdea485df3687136a7ee5cf1cd804984 /build.gradle | |
parent | 0b68a08b7134c75ff02ee626fd3fbddf52931df6 (diff) | |
download | sonarqube-d0dcdf86c351884f4ee896b61b8ff85dbd311e93.tar.gz sonarqube-d0dcdf86c351884f4ee896b61b8ff85dbd311e93.zip |
Revert "SONAR-19410 Embed the Clean as You Code plugin"
This reverts commit 165754f63e45a038afba2a5d8c8415ff51c2631f.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8e46c5c39b8..c0abf867659 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,6 @@ subprojects { dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.13.0.3408' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.12.0.3443' dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.8.0.4948' - dependency 'com.sonarsource.plugins.cayc:sonar-cayc-plugin:1.0.1.310' dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.9.0.3341' dependency 'com.sonarsource.rpg:sonar-rpg-plugin:3.3.0.3147' dependency 'com.sonarsource.security:sonar-security-csharp-frontend-plugin:10.0.0.20234' |