Remove restriction for max parallel forks for gradle tests

This commit is contained in:
Dominik Schürmann 2014-12-28 21:56:19 +01:00
parent 56325851dc
commit ce34192dbb
1 changed files with 0 additions and 6 deletions

View File

@ -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 {