Browse Source

increase maximum size of the archive

tags/8.6.0.39681
Pierre 3 years ago
parent
commit
5400f2728b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sonar-application/build.gradle

+ 1
- 1
sonar-application/build.gradle View File

// Check the size of the archive // Check the size of the archive
zip.doLast { zip.doLast {
def minLength = 220000000 def minLength = 220000000
def maxLength = 240000000
def maxLength = 245000000


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

Loading…
Cancel
Save