Mercurial > public > gradleplugins
diff src/main/groovy/org/ssdt_ohio/gradle/tasks/UserDoc.groovy @ 21:b14418c2ce40
set task output directory
author | smith@nwoca.org |
---|---|
date | Sun, 10 Jan 2016 16:43:54 +0000 |
parents | 3741247de37a |
children | b3282a66cc05 |
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