aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/build.gradle
diff options
context:
space:
mode:
authorTibor Blenessy <saberduck@users.noreply.github.com>2024-11-28 19:17:08 +0100
committersonartech <sonartech@sonarsource.com>2024-11-28 20:02:59 +0000
commite9e45f66c897c36641a807e2704aa532094a496b (patch)
tree0fda64b37190cfcc69002e8d4ef5d5ecbbe49a6b /sonar-application/build.gradle
parentec0140586d5e8739f7522c6c05f0031433a541f9 (diff)
downloadsonarqube-e9e45f66c897c36641a807e2704aa532094a496b.tar.gz
sonarqube-e9e45f66c897c36641a807e2704aa532094a496b.zip
SONAR-23794 Upgrade JS/TS/CSS analyzer to 10.18.0.28572 (#12431)
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 50f06c839ad..d5f4f2e864a 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -342,7 +342,7 @@ zip {
//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 = 745000000
+ def expectedSize = 790_000_000
//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