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/06/28 17:57:14 UTC

[groovy] branch master updated: GROOVY-9179: Bump CodeNarc to 1.4

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 a2bba5f  GROOVY-9179: Bump CodeNarc to 1.4
a2bba5f is described below

commit a2bba5f4b1ca77fccede58ea4d469927bac6e83a
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jun 29 01:56:48 2019 +0800

    GROOVY-9179: Bump CodeNarc to 1.4
---
 gradle/quality.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index e5ef0bd..9407920 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -41,7 +41,7 @@ allprojects {
     }
     
     dependencies {
-        codenarc "org.codenarc:CodeNarc:1.3"
+        codenarc "org.codenarc:CodeNarc:1.4"
         codenarc project(":groovy-templates")
     }