open-keychain/libraries/spongycastle/prov/build.gradle

13 lines
274 B
Groovy
Raw Normal View History

apply plugin: 'java'
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile project(':libraries:spongycastle:core')
}
sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '1.50.0.0'
// skip tests
build.dependsOn.remove("check")