You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/09/16 20:03:07 UTC

[beam] 01/01: Enable verbose output

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

damccorm pushed a commit to branch users/damccorm/rat
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6d08da12e1b66c8a38656808d0a61fbffcf65a40
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Sep 16 16:02:54 2022 -0400

    Enable verbose output
---
 build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index aa7d1661415..342c14837e6 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -177,6 +177,7 @@ tasks.rat {
     exclusions.addAll(gitIgnoreExcludes)
   }
 
+  verbose.set(true)
   failOnError.set(true)
   setExcludes(exclusions)
 }