Created
May 5, 2016 12:24
-
-
Save maxschremser/2c62e8970311f5a60d1979089c71cbdb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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