ソースを参照

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

master
Matteo Mara 3週間前
コミット
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)

読み込み中…
キャンセル
保存