From 79db5c0ebeeb6616dd04426927c40bef307ecdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 9 Feb 2016 00:24:46 +0100 Subject: Replace spongycastle with bouncycastle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 178bbbb26..0f2e968b2 100644 --- a/build.gradle +++ b/build.gradle @@ -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' -- cgit v1.2.3