Skip to content

Commit

Permalink
SONAR-22679 Upgrade iac plugins to version 1.33.0.11761 (#11469)
Browse files Browse the repository at this point in the history
Co-authored-by: rudy-regazzoni-sonarsource <rudy-regazzoni-sonarsource@users.noreply.github.com>
Co-authored-by: Rudy Regazzoni <110470341+rudy-regazzoni-sonarsource@users.noreply.github.com>
  • Loading branch information
3 people authored and sonartech committed Aug 6, 2024
1 parent c8dfeaa commit e180342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ subprojects {
dependency "org.sonarsource.api.plugin:sonar-plugin-api:$pluginApiVersion"
dependency "org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:$pluginApiVersion"
dependency 'org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108'
dependency 'org.sonarsource.iac:sonar-iac-plugin:1.32.0.11383'
dependency 'org.sonarsource.iac:sonar-iac-plugin:1.33.0.11761'
dependency 'org.sonarsource.text:sonar-text-plugin:2.13.0.3515'
dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.13.0.3515'
dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.2.0.1148'
Expand Down
2 changes: 1 addition & 1 deletion sonar-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) {
// Check the size of the archive
zip.doLast {
def minLength = 340000000
def maxLength = 745000000
def maxLength = 746000000

def length = archiveFile.get().asFile.length()
if (length < minLength)
Expand Down

0 comments on commit e180342

Please sign in to comment.