diff options
Diffstat (limited to 'libraries/spongycastle/pkix/build.gradle')
-rw-r--r-- | libraries/spongycastle/pkix/build.gradle | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/spongycastle/pkix/build.gradle b/libraries/spongycastle/pkix/build.gradle deleted file mode 100644 index 83f7c34d4..000000000 --- a/libraries/spongycastle/pkix/build.gradle +++ /dev/null @@ -1,14 +0,0 @@ -apply plugin: 'java' - -dependencies { - testCompile group: 'junit', name: 'junit', version: '4.11' - compile project(':libraries:spongycastle:core') - compile project(':libraries:spongycastle:prov') -} - -sourceCompatibility = 1.5 -targetCompatibility = 1.5 -version = '1.50.0.0' - -// skip tests -build.dependsOn.remove("check")
\ No newline at end of file |