Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1ee85 commit ffea42cCopy full SHA for ffea42c
1 file changed
.circleci/config.yml
@@ -31,7 +31,7 @@ jobs:
31
name: Run Tests, run static analysis and code coverage
32
command: |
33
java -XX:+PrintFlagsFinal -Xmx1g -version | grep -Ei "maxheapsize|maxram"
34
- ./gradlew clean check codeCoverageReport sonarqube --no-daemon
+ ./gradlew clean check codeCoverageReport --no-daemon
35
no_output_timeout: 900s
36
environment:
37
_JAVA_OPTIONS: -Xmx3G -XX:ReservedCodeCacheSize=1g
0 commit comments