Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffea42c

Browse files
committed
Disabled sonarqube as it doesnt work for pull requests
1 parent bc1ee85 commit ffea42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Run Tests, run static analysis and code coverage
3232
command: |
3333
java -XX:+PrintFlagsFinal -Xmx1g -version | grep -Ei "maxheapsize|maxram"
34-
./gradlew clean check codeCoverageReport sonarqube --no-daemon
34+
./gradlew clean check codeCoverageReport --no-daemon
3535
no_output_timeout: 900s
3636
environment:
3737
_JAVA_OPTIONS: -Xmx3G -XX:ReservedCodeCacheSize=1g

0 commit comments

Comments
 (0)