2 apply plugin: 'application'
3 apply plugin: 'eclipse'
5 sourceCompatibility = JavaVersion.VERSION_1_7
6 targetCompatibility = JavaVersion.VERSION_1_7
8 mainClassName = 'org.asamk.signal.Main'
12 compileJava.options.encoding = 'UTF-8'
16 url "https://raw.github.com/AsamK/maven/master/releases/"
22 compile 'com.github.turasa:signal-service-java:2.6.12_unofficial_1'
23 compile 'org.bouncycastle:bcprov-jdk15on:1.55'
24 compile 'net.sourceforge.argparse4j:argparse4j:0.7.0'
25 compile 'org.freedesktop.dbus:dbus-java:2.7.0'
31 'Implementation-Title': project.name,
32 'Implementation-Version': project.version,
33 'Main-Class': project.mainClassName,