Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created December 6, 2011 23:15
Show Gist options
  • Save jamescarr/1440530 to your computer and use it in GitHub Desktop.
Save jamescarr/1440530 to your computer and use it in GitHub Desktop.
test.doFirst {
[jettyRun, jettyRunWar]*.daemon = true
tasks.jettyRun.execute()
}
test.doLast {
tasks.jettyStop.execute()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment