diff src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy @ 22:b3282a66cc05

disable author property. change favicon
author smith@nwoca.org
date Mon, 11 Jan 2016 16:55:32 +0000
parents b14418c2ce40
children e2d02e8742be
line wrap: on
line diff
--- a/src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy	Sun Jan 10 16:43:54 2016 +0000
+++ b/src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy	Mon Jan 11 16:55:32 2016 +0000
@@ -39,6 +39,7 @@
     Boolean protectedScope = false
     Boolean packageScope = false
     Boolean privateScope = false
+    Boolean author = false
 
     @TaskAction
     protected void generate() {
@@ -67,7 +68,7 @@
         properties.setProperty("protectedScope", protectedScope.toString());
         properties.setProperty("packageScope", packageScope.toString());
         properties.setProperty("privateScope", privateScope.toString());
-//        properties.setProperty("author", author.toString());
+        properties.setProperty("author", author.toString());
 //        properties.setProperty("processScripts", processScripts.toString());
 //        properties.setProperty("includeMainForScripts", includeMainForScripts.toString());
 //        properties.setProperty("overviewFile", overviewFile != null ? overviewFile.getAbsolutePath() : "");