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 2022/05/28 12:05:45 UTC

[groovy] 03/03: GROOVY-10642: Bump creadur-rat-gradle plugin to 0.7.1 (build dependency)

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 5b6080e22971bac453abe1ecda70e405192067f4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 28 22:04:18 2022 +1000

    GROOVY-10642: Bump creadur-rat-gradle plugin to 0.7.1 (build dependency)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index b61ed9a104..5ef21fd1af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ buildscript {
         classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.8'
         classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
-        classpath 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
+        classpath 'org.nosphere.apache:creadur-rat-gradle:0.7.1'
         classpath 'gradle.plugin.com.github.jk1:gradle-license-report:1.3'
     }
 }