Selaa lähdekoodia

SONAR-21512 Increase max size of the archive in order to fit the larger javascript analyzer with node.js

tags/10.4.0.87286
Matteo Mara 5 kuukautta sitten
vanhempi
commit
c08d3fec73
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      sonar-application/build.gradle

+ 1
- 1
sonar-application/build.gradle Näytä tiedosto

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

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

Loading…
Peruuta
Tallenna