Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com>
dependency 'org.sonarsource.jacoco:sonar-jacoco-plugin:1.3.0.1538'
dependency 'org.sonarsource.java:sonar-java-plugin:8.6.0.37351'
dependency 'org.sonarsource.java:sonar-java-symbolic-execution-plugin:8.6.0.37351'
- dependency 'org.sonarsource.javascript:sonar-javascript-plugin:10.16.0.27621'
+ dependency 'org.sonarsource.javascript:sonar-javascript-plugin:10.17.0.28100'
dependency 'org.sonarsource.php:sonar-php-plugin:3.38.0.12239'
dependency 'org.sonarsource.plugins.cayc:sonar-cayc-plugin:2.4.0.2018'
dependency 'org.sonarsource.python:sonar-python-plugin:4.23.0.17664'
//When the archive size increases due to dependencies, the expected size should be updated as well.
//Bump the expected size by at least 10 more megabytes than what is strictly needed, this in conjunction with the
//tolerance will allow for some growth in the archive size.
- def expectedSize = 760000000
+ def expectedSize = 745000000
//We set a tolerance of 15MB to avoid failing the build for small differences in the archive size.
def tolerance = 15000000
def minArchiveSize = expectedSize - tolerance