Last active
May 4, 2016 22:21
-
-
Save maxschremser/870c7e65abccb850ee73e0a287d1a6ca 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.server.JmsServer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment