Created
September 15, 2014 11:01
-
-
Save nilsmagnus/eeed06c2f6899488f98f 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
apply plugin: 'java' | |
apply plugin: 'application' | |
mainClassName = "com.example.dw.WebApplication" | |
applicationDefaultJvmArgs = ['-Ddw.server.applicationConnectors[0].port=$PORT'] | |
/** | |
rest omitted due to relevance | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment