瀏覽代碼

SONAR-22119 Increase max size of the zip file after dependency updates

pull/3361/head
Matteo Mara 1 月之前
父節點
當前提交
f28e6cbdaf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      sonar-application/build.gradle

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

@@ -322,7 +322,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) {
// Check the size of the archive
zip.doLast {
def minLength = 340000000
def maxLength = 475000000
def maxLength = 476000000

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

Loading…
取消
儲存