Skip to content

Commit bd6b3c5

Browse files
authored
Merge pull request #9480 from TacoTheDank/bumpSonar
Update Sonarqube to 3.5
2 parents 72a250b + 8282b8a commit bd6b3c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126
env:
127127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
128128
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
129-
run: ./gradlew build sonarqube --info
129+
run: ./gradlew build sonar --info

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "kotlin-kapt"
55
id "kotlin-parcelize"
66
id "checkstyle"
7-
id "org.sonarqube" version "3.3"
7+
id "org.sonarqube" version "3.5.0.2730"
88
}
99

1010
android {
@@ -169,7 +169,7 @@ afterEvaluate {
169169
preDebugBuild.dependsOn runCheckstyle, runKtlint
170170
}
171171

172-
sonarqube {
172+
sonar {
173173
properties {
174174
property "sonar.projectKey", "TeamNewPipe_NewPipe"
175175
property "sonar.organization", "teamnewpipe"

0 commit comments

Comments
 (0)