mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-14 22:20:14 -05:00
Merge pull request #720 from artbristol/skip-bc-tests-externally
Skip spongycastle tests in root project
This commit is contained in:
commit
4eceb5bde1
@ -24,3 +24,12 @@ subprojects {
|
|||||||
maxParallelForks = 1
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user