Added Sonarcloud URL.
This commit is contained in:
parent
381887d937
commit
30f2ef7273
2 changed files with 2 additions and 1 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -41,4 +41,4 @@ jobs:
|
|||
TWITTER_HANDLE: ${{ secrets.TWITTER_HANDLE }}
|
||||
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
|
||||
TWITTER_TOKENSECRET: ${{ secrets.TWITTER_TOKENSECRET }}
|
||||
run: ./gradlew sonarqube --info
|
||||
run: ./gradlew check sonarqube
|
||||
|
|
|
@ -145,6 +145,7 @@ incrementBuildMeta {
|
|||
sonarqube {
|
||||
properties {
|
||||
property "sonar.projectKey", "ethauvin_mobibot"
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue