From d0dcdf86c351884f4ee896b61b8ff85dbd311e93 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Thu, 1 Jun 2023 09:29:08 +0200 Subject: [PATCH] Revert "SONAR-19410 Embed the Clean as You Code plugin" This reverts commit 165754f63e45a038afba2a5d8c8415ff51c2631f. --- build.gradle | 1 - sonar-application/build.gradle | 4 ++-- sonar-application/bundled_plugins.gradle | 1 - 3 files changed, 2 insertions(+), 4 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' diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 85ee265ffca..ee3c8fc7c8d 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -326,8 +326,8 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath, downloadElastic // Check the size of the archive zip.doLast { - def minLength = 340000000 - def maxLength = 371000000 + def minLength = 330000000 + def maxLength = 361000000 def length = archiveFile.get().asFile.length() if (length < minLength) diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle index 3bd5747ed9a..2704e429a55 100644 --- a/sonar-application/bundled_plugins.gradle +++ b/sonar-application/bundled_plugins.gradle @@ -1,5 +1,4 @@ dependencies { - bundledPlugin 'com.sonarsource.plugins.cayc:sonar-cayc-plugin' bundledPlugin "org.sonarsource.dotnet:sonar-csharp-plugin" bundledPlugin "org.sonarsource.dotnet:sonar-vbnet-plugin" bundledPlugin 'org.sonarsource.flex:sonar-flex-plugin' -- 2.39.5