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:54:06 UTC

[groovy] branch master updated (67898fe -> c7fb9ae)

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

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


    from 67898fe  GROOVY-9687: Bump versions plugin to 0.29.0
     new 6bea7d0  GROOVY-9689: Bump codenarc to 1.6.1
     new c7fb9ae  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 master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 6bea7d01f28946b0fb6144aff473377d19879573
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 6b07cf8..4c1528a 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 master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit c7fb9aee3cdaa3bc7edbb721b34d593df1b98e66
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 0513897..fee4d22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,7 +150,7 @@ ext {
     spockVersion = '2.0-M3-groovy-3.0' // running with Groovy 4 can be allowed with '-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true'
     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'