Skip to content

Commit

Permalink
update gradle sonar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jul 11, 2024
1 parent cc5d610 commit 7ef1425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id "org.sonarqube" version "3.5.0.2730"
id "org.sonarqube" version "5.1.0.4882"
}

task clean(type: Delete) {
Expand Down

0 comments on commit 7ef1425

Please sign in to comment.