mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 03:02:15 -05:00
Remove restriction for max parallel forks for gradle tests
This commit is contained in:
parent
56325851dc
commit
ce34192dbb
@ -19,12 +19,6 @@ task wrapper(type: Wrapper) {
|
||||
gradleVersion = '2.2.1'
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType(Test) {
|
||||
maxParallelForks = 1
|
||||
}
|
||||
}
|
||||
|
||||
// Ignore tests for external dependency
|
||||
project(':extern:spongycastle') {
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user