You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/08/23 09:18:33 UTC

[groovy] branch master updated: GROOVY-9234: Bump build-scan gradle plugin to 2.4.1

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


The following commit(s) were added to refs/heads/master by this push:
     new 5381eee  GROOVY-9234: Bump build-scan gradle plugin to 2.4.1
5381eee is described below

commit 5381eeec7b19e315817efaccf94f4c2bcc033026
Author: Daniel Sun <su...@apache.org>
AuthorDate: Fri Aug 23 17:16:29 2019 +0800

    GROOVY-9234: Bump build-scan gradle plugin to 2.4.1
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b75e8e5..2da55c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '2.4'
+    id 'com.gradle.build-scan' version '2.4.1'
     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'