Skip to content

Commit ba86255

Browse files
committed
[ci skip] Reenable Sonar
1 parent c090934 commit ba86255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
key: dep-cache-{{ checksum "pom.xml" }}
5858
# Cannot use -o because of snapshot dependencies.
5959
- 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
60+
- run: *sonar-scan
6261
- run:
6362
name: Save test results
6463
command: |

0 commit comments

Comments
 (0)