MINOR: Fix rat task verbose output config (#12786)

Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
Manikumar Reddy 2022-10-25 16:20:59 +05:30 committed by GitHub
parent 09b8d511f8
commit 0a111a0812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ apply from: file('wrapper.gradle')
if (file('.git').exists()) {
rat {
verbose = true
verbose.set(true)
reportDir.set(project.file('build/rat'))
stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))