Replace spongycastle with bouncycastle

This commit is contained in:
Dominik Schürmann
2016-02-09 00:24:46 +01:00
parent 55b4790abd
commit 79db5c0ebe
89 changed files with 362 additions and 362 deletions

View File

@@ -36,8 +36,8 @@ subprojects {
}
}
// Ignore tests for external spongycastle
project(':extern:spongycastle') {
// Ignore tests for external bouncycastle
project(':extern:bouncycastle') {
subprojects {
// Need to re-apply the plugin here otherwise the test property below can't be set.
apply plugin: 'java'