We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72a250b + 8282b8a commit bd6b3c5Copy full SHA for bd6b3c5
2 files changed
.github/workflows/ci.yml
@@ -126,4 +126,4 @@ jobs:
126
env:
127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
128
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
129
- run: ./gradlew build sonarqube --info
+ run: ./gradlew build sonar --info
app/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id "kotlin-kapt"
5
id "kotlin-parcelize"
6
id "checkstyle"
7
- id "org.sonarqube" version "3.3"
+ id "org.sonarqube" version "3.5.0.2730"
8
}
9
10
android {
@@ -169,7 +169,7 @@ afterEvaluate {
169
preDebugBuild.dependsOn runCheckstyle, runKtlint
170
171
172
-sonarqube {
+sonar {
173
properties {
174
property "sonar.projectKey", "TeamNewPipe_NewPipe"
175
property "sonar.organization", "teamnewpipe"
0 commit comments