diff options
author | Nolwenn Cadic <98824442+Nolwenn-cadic-sonarsource@users.noreply.github.com> | 2024-12-19 17:14:44 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-20 20:03:10 +0000 |
commit | 57439296944b342664d1ab1d42d0502ff28f261a (patch) | |
tree | 2443d4b6550be527cf333a14a49fed39227028d3 /sonar-application | |
parent | 1fce3f56f3135cf584a2c840c983788a3b111d0f (diff) | |
download | sonarqube-57439296944b342664d1ab1d42d0502ff28f261a.tar.gz sonarqube-57439296944b342664d1ab1d42d0502ff28f261a.zip |
SONAR-24007 Implement migration tests
Diffstat (limited to 'sonar-application')
-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 |