2 apply plugin: 'application'
4 sourceCompatibility = JavaVersion.VERSION_1_7
5 targetCompatibility = JavaVersion.VERSION_1_7
7 mainClassName = 'cli.Main'
16 compile 'org.whispersystems:textsecure-java:1.8.3'
17 compile 'com.madgag.spongycastle:prov:1.53.0.0'
18 compile 'commons-io:commons-io:2.4'
19 compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
25 'Implementation-Title': project.name,
26 'Implementation-Version': project.version,
27 'Main-Class': project.mainClassName,