Remove restriction for max parallel forks for gradle tests
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user