We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c090934 commit ba86255Copy full SHA for ba86255
.circleci/config.yml
@@ -57,8 +57,7 @@ jobs:
57
key: dep-cache-{{ checksum "pom.xml" }}
58
# Cannot use -o because of snapshot dependencies.
59
- run: mvn package -s .circleci/settings.xml -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
60
- # temporarily disabling Sonar due to Sonar Cloud unavailability
61
- #- run: *sonar-scan
+ - run: *sonar-scan
62
- run:
63
name: Save test results
64
command: |
0 commit comments