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 c778920086f0a1561f730b2b966737e16e78c1a1 Author: Paul King <[email protected]> AuthorDate: Mon Jul 6 19:59:23 2020 +1000 GROOVY-9626: Bump rat to 0.7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 417857f..c35ea26 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,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.6.0" + classpath "org.nosphere.apache:creadur-rat-gradle:0.7.0" classpath "gradle.plugin.com.github.jk1:gradle-license-report:1.3" } }
