Add 'group' and 'Description' to the 'reference' task.
'./gradlew tasks' did not output a description of the reference task. Add a description of the task to the documentation group.
This commit is contained in:
committed by
Mark Fisher
parent
f5d6d5b15f
commit
e48afc5a36
@@ -875,6 +875,8 @@ apply plugin: 'docbook-reference'
|
||||
|
||||
reference {
|
||||
sourceDir = file('src/reference/docbook')
|
||||
group = 'Documentation'
|
||||
description = 'Generates HTML and PDF reference documentation.'
|
||||
}
|
||||
|
||||
task api(type: Javadoc) {
|
||||
|
||||
Reference in New Issue
Block a user