changeset 21:b14418c2ce40

set task output directory
author smith@nwoca.org
date Sun, 10 Jan 2016 16:43:54 +0000
parents e8e14d5d6be2
children b3282a66cc05
files src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy	Fri Jan 08 20:16:44 2016 +0000
+++ b/src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy	Sun Jan 10 16:43:54 2016 +0000
@@ -21,6 +21,7 @@
 
     private FileCollection classpath;
 
+    @OutputDirectory
     private File destinationDir;
 
     ClassPathRegistry classPathRegistry