diff options
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r-- | sonar-application/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 31e72eb12db..9d6902f7337 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -346,7 +346,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 = 810_000_000 + def expectedSize = 830_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 |