diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9342e72a..5d12c5a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,4 +126,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew build sonarqube --info + run: ./gradlew build sonar --info diff --git a/app/build.gradle b/app/build.gradle index 206c830e7..72a03e063 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { id "kotlin-kapt" id "kotlin-parcelize" id "checkstyle" - id "org.sonarqube" version "3.3" + id "org.sonarqube" version "3.5.0.2730" } android { @@ -169,7 +169,7 @@ afterEvaluate { preDebugBuild.dependsOn runCheckstyle, runKtlint } -sonarqube { +sonar { properties { property "sonar.projectKey", "TeamNewPipe_NewPipe" property "sonar.organization", "teamnewpipe"