瀏覽代碼

increase maximum size of the archive

tags/8.6.0.39681
Pierre 3 年之前
父節點
當前提交
5400f2728b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      sonar-application/build.gradle

+ 1
- 1
sonar-application/build.gradle 查看文件

@@ -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)

Loading…
取消
儲存