This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 9dc052cbf820f2a1542e5d87f89d61a930e0cdee Author: Paul King <[email protected]> AuthorDate: Fri Sep 18 12:07:57 2020 +1000 GROOVY-9749: Bump sonarqube plugin to 3.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 52b3206..22c15f3 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ plugins { id 'com.github.spotbugs' version '4.5.0' id 'com.github.ben-manes.versions' version '0.33.0' id 'com.github.blindpirate.osgi' version '0.0.3' - id 'org.sonarqube' version '2.8' + id 'org.sonarqube' version '3.0' } //configurations {
