2 apply plugin: 'application'
4 sourceCompatibility = "1.8";
6 mainClassName = 'cli.Main'
15 compile 'org.whispersystems:textsecure-java:1.8.3'
16 compile 'com.madgag.spongycastle:prov:1.53.0.0'
17 compile 'commons-io:commons-io:2.4'
18 compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
24 'Implementation-Title': project.name,
25 'Implementation-Version': project.version,
26 'Main-Class': project.mainClassName,