mirror of https://github.com/apache/kafka.git
MINOR: Fix rat task verbose output config (#12786)
Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
parent
09b8d511f8
commit
0a111a0812
|
@ -178,7 +178,7 @@ apply from: file('wrapper.gradle')
|
||||||
|
|
||||||
if (file('.git').exists()) {
|
if (file('.git').exists()) {
|
||||||
rat {
|
rat {
|
||||||
verbose = true
|
verbose.set(true)
|
||||||
reportDir.set(project.file('build/rat'))
|
reportDir.set(project.file('build/rat'))
|
||||||
stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))
|
stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue