Skip to content

Commit f451356

Browse files
author
Craig Walls
committed
Add description to docs/manual projects
1 parent bc03d02 commit f451356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
// Docbook and Javadoc building and uploading tasks
22
apply plugin: 'base'
33

4+
description = "Spring Social Facebook - Documentation"
5+
46
task docs {
57
dependsOn 'manual:asciidoctor', 'apidocs'
68
}
79

810
project('manual') {
11+
description = "Spring Social Facebook - Manual"
912
apply plugin: 'base'
1013
apply plugin: 'asciidoctor'
1114

0 commit comments

Comments
 (0)