mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-30 12:32:17 -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'
|
gradleVersion = '2.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
|
||||||
tasks.withType(Test) {
|
|
||||||
maxParallelForks = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ignore tests for external dependency
|
// Ignore tests for external dependency
|
||||||
project(':extern:spongycastle') {
|
project(':extern:spongycastle') {
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user