You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/08/14 21:27:43 UTC

[groovy] branch GROOVY_3_0_X updated (a9ff067 -> 3fd5cdb)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.


    from a9ff067  GROOVY-9687: Bump versions plugin to 0.29.0
     new 625f6e8  GROOVY-9689: Bump codenarc to 1.6.1
     new 3fd5cdb  GROOVY-9690: Bump checkstyle to 8.35

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle          | 2 +-
 gradle/quality.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[groovy] 01/02: GROOVY-9689: Bump codenarc to 1.6.1

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 625f6e88e51249f088c9e81a7b3693f15cdf2b74
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Aug 15 07:26:45 2020 +1000

    GROOVY-9689: Bump codenarc to 1.6.1
---
 gradle/quality.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index e73060c..655aaae 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -42,7 +42,7 @@ allprojects { proj ->
 
     dependencies {
         checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
-        codenarc "org.codenarc:CodeNarc:1.6"
+        codenarc "org.codenarc:CodeNarc:1.6.1"
         spotbugs "com.github.spotbugs:spotbugs:$spotbugsVersion"
         if (proj.name.contains('jaxb') && JavaVersion.current().isJava9Compatible()) {
             spotbugs 'javax.xml.bind:jaxb-api:2.3.0'


[groovy] 02/02: GROOVY-9690: Bump checkstyle to 8.35

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 3fd5cdb908c8a71c8695289de44841d93a2f25d4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Aug 15 07:27:19 2020 +1000

    GROOVY-9690: Bump checkstyle to 8.35
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 141127c..2deb7ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0'
     spotbugsVersion = '4.1.1'
     spotbugsAnnotationsVersion = '4.1.1'
-    checkstyleVersion = '8.34'
+    checkstyleVersion = '8.35'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
     jcipAnnotationsVersion = '1.0'