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:
Kenneth Bowen
2012-01-06 10:01:09 -07:00
committed by Mark Fisher
parent f5d6d5b15f
commit e48afc5a36

View File

@@ -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) {