Skip to content

Instantly share code, notes, and snippets.

@nilsmagnus
Created September 15, 2014 11:01
Show Gist options
  • Save nilsmagnus/eeed06c2f6899488f98f to your computer and use it in GitHub Desktop.
Save nilsmagnus/eeed06c2f6899488f98f to your computer and use it in GitHub Desktop.
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