Skip to content

Commit

Permalink
Revert "#62 - Increasing maxParallelForks in build.gradle"
Browse files Browse the repository at this point in the history
This reverts commit 6b0fdd7
  • Loading branch information
iakunin committed May 13, 2020
1 parent 6b0fdd7 commit 0992f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ springBoot {
test {
useJUnitPlatform()
failFast = true
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
maxParallelForks = 2
}

lombok {
Expand Down

0 comments on commit 0992f6e

Please sign in to comment.