mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-09 11:53:30 +00:00
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
|
// Docbook and Javadoc building and uploading tasks
|
||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
|
|
||||||
|
task docs {
|
||||||
|
dependsOn 'manual:docbook', 'faq:docbookHtmlSingle', 'apidocs'
|
||||||
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
apply plugin: 'docbook'
|
apply plugin: 'docbook'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user