Skip to content

Instantly share code, notes, and snippets.

@ddelponte
Created May 21, 2014 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddelponte/08329748ed300fe3e751 to your computer and use it in GitHub Desktop.
Save ddelponte/08329748ed300fe3e751 to your computer and use it in GitHub Desktop.
Write everything to target directory so it's easy to cleanup
//grails.project.class.dir = "target/classes"
//grails.project.test.class.dir = "target/test-classes"
//grails.project.test.reports.dir = "target/test-reports"
grails.project.work.dir="target"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment