Browse Source

Revert "SONAR-19410 Embed the Clean as You Code plugin"

This reverts commit 165754f63e.
tags/10.1.0.73491
Philippe Perrin 1 year ago
parent
commit
d0dcdf86c3
3 changed files with 2 additions and 4 deletions
  1. 0
    1
      build.gradle
  2. 2
    2
      sonar-application/build.gradle
  3. 0
    1
      sonar-application/bundled_plugins.gradle

+ 0
- 1
build.gradle View File

@@ -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'

+ 2
- 2
sonar-application/build.gradle View File

@@ -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)

+ 0
- 1
sonar-application/bundled_plugins.gradle View File

@@ -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'

Loading…
Cancel
Save