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 c29ae0ce0070b2091bc9a7329ba781169108a42d Author: Daniel Sun <[email protected]> AuthorDate: Mon Aug 12 17:38:35 2019 +0800 GROOVY-9221: Bump build-scan gradle plugin to 2.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ed98b9..8c04d9d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ buildscript { } plugins { - id 'com.gradle.build-scan' version '2.3' + id 'com.gradle.build-scan' version '2.4' id 'me.champeau.buildscan-recipes' version '0.2.3' id 'com.github.spotbugs' version '2.0.0' id "com.github.ben-manes.versions" version '0.22.0'
