This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 783abf4665153335114c48e1cf57c9737f2cd160 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 d11daec..56526d9 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,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' } buildScanRecipes {
