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


The following commit(s) were added to refs/heads/master by this push:
     new 540d6533c6 minor refactor: show rat failure in build log
540d6533c6 is described below

commit 540d6533c63e79bed83663442aa40a054cfa0473
Author: Paul King <[email protected]>
AuthorDate: Sun Apr 5 19:53:05 2026 +1000

    minor refactor: show rat failure in build log
---
 build-logic/src/main/groovy/org.apache.groovy-common.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-common.gradle 
b/build-logic/src/main/groovy/org.apache.groovy-common.gradle
index 21bace53a2..5dc6e39dd3 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-common.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-common.gradle
@@ -42,6 +42,7 @@ group = 'org.apache.groovy'
 version = sharedConfiguration.groovyVersion.get()
 
 tasks.named('rat') {
+    verbose = true
     inputDir = projectDir
     excludes = ['subprojects/**', // covered above
                 'benchmark/**', // benchmarking files excluded from src zip

Reply via email to