Christian Basler
daa9a9911b
(takes very long and uses lots of battery, but I didn't get a result yet)
14 lines
273 B
Groovy
14 lines
273 B
Groovy
apply plugin: 'java'
|
|
|
|
sourceCompatibility = 1.7
|
|
version = '1.0'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
compile 'org.slf4j:slf4j-api:1.7.12'
|
|
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
|
|
testCompile group: 'junit', name: 'junit', version: '4.11'
|
|
} |