Try increasing sonar scanner heap size in travis builds

This commit is contained in:
idk
2021-01-02 08:49:46 -05:00
parent 963a4fe89c
commit 659ab97f69

View File

@ -24,8 +24,11 @@ cache:
- $HOME/.sonar/cache/
- .gradle
env:
- SONAR_SCANNER_OPTS="-Xmx2048m"
script:
- travis_wait 45 |
- |
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk11" ]; then
./gradlew sonarqube codeCoverageReport -Dsonar.verbose=true
else