Added a "docs" convenience task
This commit is contained in:
parent
f4d57ab5e8
commit
7a3892556c
|
@ -1,6 +1,10 @@
|
|||
// Docbook and Javadoc building and uploading tasks
|
||||
apply plugin: 'base'
|
||||
|
||||
task docs {
|
||||
dependsOn 'manual:docbook', 'faq:docbookHtmlSingle', 'apidocs'
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'base'
|
||||
apply plugin: 'docbook'
|
||||
|
|
Loading…
Reference in New Issue