From 2291fef7c193bd51852105a5dd398eac6804a824 Mon Sep 17 00:00:00 2001 From: Art O Cathain Date: Sun, 27 Jul 2014 15:40:22 +0100 Subject: Skip spongycastle tests in root project This will make moving back to a pure SC/BC upstream easier since we don't need to change their source code --- build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 05e90eb17..e4ca510d2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,3 +24,12 @@ subprojects { maxParallelForks = 1 } } + +// Ignore tests for external dependency +project(':extern:spongycastle') { + subprojects { + // Need to re-apply the plugin here otherwise the test property below can't be set. + apply plugin: 'java' + test.enabled = false + } +} -- cgit v1.2.3