diff options
author | Malena Ebert <malena.ebert@sonarsource.com> | 2020-11-02 14:13:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-15 20:32:07 +0000 |
commit | cbe9ef6132c84901a834e624043b343109e8c1c7 (patch) | |
tree | 4117be8e20682cc750828965051ac880d680648b /build.gradle | |
parent | d5f70ef40751ea9d7484f496f8230c53bf2046b5 (diff) | |
download | sonarqube-cbe9ef6132c84901a834e624043b343109e8c1c7.tar.gz sonarqube-cbe9ef6132c84901a834e624043b343109e8c1c7.zip |
Update SonarQube plugin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 542f9d0bed3..cfd29671e27 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "com.asarkar.gradle.build-time-tracker" version "2.0.4" apply false id 'org.owasp.dependencycheck' version '6.0.2' - id 'org.sonarqube' version '2.8' + id 'org.sonarqube' version '3.0' } // display a summary of task durations at the end of the build |