File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 34
34
- name : SonarCloud Scan
35
35
env :
36
36
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }} # Use the token stored in GitHub secrets
37
- run : mvn sonar:sonar \
38
- -Dsonar.projectKey=qbicsoftware_data-manager-app \
39
- -Dsonar.organization=qbicsoftware \
40
- -Dsonar.host.url=https://sonarcloud.io
37
+ run : mvn sonar:sonar
Original file line number Diff line number Diff line change 36
36
<jakarta .persistence.version>3.2.0</jakarta .persistence.version>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<jackson .version>2.18.1</jackson .version>
39
+ <sonar .projectKey>qbicsoftware_data-manager-app</sonar .projectKey>
40
+ <sonar .organization>qbicsoftware</sonar .organization>
41
+ <sonar .host.url>https://sonarcloud.io</sonar .host.url>
39
42
</properties >
40
43
41
44
<parent >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments