Skip to content

Commit 25ef8c7

Browse files
authored
Fix sonar could not find project distributions. (#40)
1 parent a11397e commit 25ef8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
-Dsonar.projectKey=apache_iotdb_extras \
6363
-Dsonar.host.url=https://sonarcloud.io \
6464
-Dsonar.token=${{ secrets.SONARCLOUD_TOKEN }} \
65-
-DskipTests -pl '!distribution' -am
65+
-DskipTests -pl '!distributions' -am

0 commit comments

Comments
 (0)