aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1d42616..56ba1c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -97,7 +97,7 @@ ext.renderUML = { scope ->
def dot = output.toByteArray()
out.close()
def input = new ByteArrayInputStream(dot)
- output = new FileOutputStream("${rootDir}/arts/uml.${scope}.pdf")
+ output = new FileOutputStream("${rootDir}/img/uml.${scope}.pdf")
exec {
commandLine 'dot', '-Tpdf'
standardInput = input