Skip to content

Commit d0dcdf8

Browse files
philippe-perrin-sonarsourcesonartech
authored andcommitted
Revert "SONAR-19410 Embed the Clean as You Code plugin"
This reverts commit 165754f63e45a038afba2a5d8c8415ff51c2631f.
1 parent 0b68a08 commit d0dcdf8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ subprojects {
190190
dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.13.0.3408'
191191
dependency 'com.sonarsource.pli:sonar-pli-plugin:1.12.0.3443'
192192
dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.8.0.4948'
193-
dependency 'com.sonarsource.plugins.cayc:sonar-cayc-plugin:1.0.1.310'
194193
dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.9.0.3341'
195194
dependency 'com.sonarsource.rpg:sonar-rpg-plugin:3.3.0.3147'
196195
dependency 'com.sonarsource.security:sonar-security-csharp-frontend-plugin:10.0.0.20234'

sonar-application/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath, downloadElastic
326326

327327
// Check the size of the archive
328328
zip.doLast {
329-
def minLength = 340000000
330-
def maxLength = 371000000
329+
def minLength = 330000000
330+
def maxLength = 361000000
331331

332332
def length = archiveFile.get().asFile.length()
333333
if (length < minLength)

sonar-application/bundled_plugins.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dependencies {
2-
bundledPlugin 'com.sonarsource.plugins.cayc:sonar-cayc-plugin'
32
bundledPlugin "org.sonarsource.dotnet:sonar-csharp-plugin"
43
bundledPlugin "org.sonarsource.dotnet:sonar-vbnet-plugin"
54
bundledPlugin 'org.sonarsource.flex:sonar-flex-plugin'

0 commit comments

Comments
 (0)