Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maxschremser
Created May 5, 2016 12:24
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 maxschremser/2c62e8970311f5a60d1979089c71cbdb to your computer and use it in GitHub Desktop.
Save maxschremser/2c62e8970311f5a60d1979089c71cbdb to your computer and use it in GitHub Desktop.
dependencies {
compile project(':core')
}
apply plugin: 'application'
mainClassName = "com.schremser.spring.jms.client.JmsClient"
run {
standardInput = System.in
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment