Browse Source

SONAR-21943 Improve JCL analysis: 15 rules (#10879)

tags/10.5.0.89998
Gyula Sallai 1 month ago
parent
commit
32ac6fbe35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -282,7 +282,7 @@ subprojects {
dependency 'org.sonarsource.iac:sonar-iac-plugin:1.26.0.8471'
dependency 'org.sonarsource.text:sonar-text-plugin:2.9.0.2100'
dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.9.0.2100'
dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.0.0.638'
dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.1.0.855'

// please keep this list alphabetically ordered
dependencySet(group: 'ch.qos.logback', version: '1.3.11') {

Loading…
Cancel
Save