File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 run : mvn -B package --file pom.xml
3131
3232 - name : Analyze
33- env :
34- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
35- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36- run : |
37- mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
38- -Dsonar.login=$SONAR_TOKEN \
39- -Dsonar.host.url=https://sonarcloud.io \
40- -Dsonar.organization=insideapp-oss \
41- -Dsonar.projectKey=insideapp-oss_sonar-flutter
33+ env :
34+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
35+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36+ run : |
37+ mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
38+ -Dsonar.login=$SONAR_TOKEN \
39+ -Dsonar.host.url=https://sonarcloud.io \
40+ -Dsonar.organization=insideapp-oss \
41+ -Dsonar.projectKey=insideapp-oss_sonar-flutter
4242
4343 - id : get-version
4444 name : Get maven project version
You can’t perform that action at this time.
0 commit comments