From ded4ba72e1abcf4522223514490356355fca9c1c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 13 Oct 2015 22:31:51 +0200 Subject: [PATCH] Fix enforcer rule about size of zip --- sonar-application/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 405a83a5a43..f6832274df9 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -220,8 +220,8 @@ - 84000000 - 880000000 + 100000000 + 115000000 ${project.build.directory}/sonarqube-${project.version}.zip -- 2.39.5