Parcourir la source

increase maximum size of the archive

tags/8.6.0.39681
Pierre il y a 3 ans
Parent
révision
5400f2728b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      sonar-application/build.gradle

+ 1
- 1
sonar-application/build.gradle Voir le fichier

@@ -179,7 +179,7 @@ zip.doFirst {
// Check the size of the archive
zip.doLast {
def minLength = 220000000
def maxLength = 240000000
def maxLength = 245000000

def length = archiveFile.get().asFile.length()
if (length < minLength)

Chargement…
Annuler
Enregistrer