Skip to content

Instantly share code, notes, and snippets.

@sithu
Created April 21, 2014 18:42
Show Gist options
  • Save sithu/11152182 to your computer and use it in GitHub Desktop.
Save sithu/11152182 to your computer and use it in GitHub Desktop.
Gradle How-To
# sudo add-apt-repository ppa:cwchien/gradle
# sudo apt-get update
# sudo apt-get install gradle
# Runnable class
apply plugin: 'java'
jar {
manifest {
attributes 'Main-Class': 'com.foo.bar.MainClass'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment