Repository: groovy Updated Branches: refs/heads/master c22f44fc0 -> 88abc49e7
Bump build-scan plugin version to 1.8 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/88abc49e Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/88abc49e Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/88abc49e Branch: refs/heads/master Commit: 88abc49e73fdfab1a7efa0efd44b4a4d95e0555c Parents: c22f44f Author: sunlan <[email protected]> Authored: Fri Jun 16 08:28:14 2017 +0800 Committer: sunlan <[email protected]> Committed: Fri Jun 16 08:28:14 2017 +0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/88abc49e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ad8e46e..9f7ee94 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ buildscript { } plugins { - id 'com.gradle.build-scan' version '1.6' + id 'com.gradle.build-scan' version '1.8' id 'me.champeau.buildscan-recipes' version '0.1.7' }
