Skip to content

Instantly share code, notes, and snippets.

@calid
Created January 7, 2015 09:52
Show Gist options
  • Save calid/be042b2025c8cd2937b5 to your computer and use it in GitHub Desktop.
Save calid/be042b2025c8cd2937b5 to your computer and use it in GitHub Desktop.
repositories {
maven { url 'http://internalrepo.example.com' }
}
dependencies {
runtime 'mygroup:myapp:1.0'
}
apply plugin: 'application'
mainClassName = 'MyApp.Main'
// additional sugar for custom install dirs, running tests, creating symlinks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment