mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
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
This commit is contained in:
parent
45722d7cfb
commit
2291fef7c1
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user