Skip to content

Commit

Permalink
don't use tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Rocher authored and Graeme Rocher committed Apr 13, 2012
1 parent 00f0fe7 commit da6d7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GrailsExecutor {
}

def createApp(String name) {
BaseSpec.projectWorkDir = System.getProperty("java.io.tmpdir")
BaseSpec.projectWorkDir = new File("build/project-work").canonicalPath
execute(
getProject(),
"create-app"
Expand Down

0 comments on commit da6d7ac

Please sign in to comment.