This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 32f65f981d85b6072c0840c67d1c6c4bdd6b4eb5 Author: Daniel Sun <[email protected]> AuthorDate: Mon Aug 12 17:34:02 2019 +0800 GROOVY-9220: Bump spotbugs gradle plugin to 2.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c306e17..1ed98b9 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ buildscript { plugins { id 'com.gradle.build-scan' version '2.3' id 'me.champeau.buildscan-recipes' version '0.2.3' - id 'com.github.spotbugs' version '1.7.1' + id 'com.github.spotbugs' version '2.0.0' id "com.github.ben-manes.versions" version '0.22.0' }
