Skip to content

Instantly share code, notes, and snippets.

@maxme
Created November 26, 2013 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxme/7657054 to your computer and use it in GitHub Desktop.
Save maxme/7657054 to your computer and use it in GitHub Desktop.
task androidJar(type:Exec) {
commandLine = ['jar', 'cf', 'build/EmailChecker.jar', '-C', 'build/classes/release', '.', 'libs/native-libs-0.1.jar']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment