Skip to content

Instantly share code, notes, and snippets.

@brendonanderson
Created October 9, 2017 01:33
Show Gist options
  • Save brendonanderson/5df91e54c63a8e1c28fb55db298ba589 to your computer and use it in GitHub Desktop.
Save brendonanderson/5df91e54c63a8e1c28fb55db298ba589 to your computer and use it in GitHub Desktop.
stopServer task
task stopServer(type: KillProcessTask) {
doFirst {
kafkaEmbedded?.after()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment