Skip to content

Commit

Permalink
trying to get this to build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 27, 2023
1 parent b183513 commit e9ba750
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 @@ -84,7 +84,7 @@ test {
maxFailures = 5
maxRetries = 5
}
maxParallelForks = Runtime.runtime.availableProcessors()
maxParallelForks = 1 // Runtime.runtime.availableProcessors()
}

javadoc {
Expand Down

0 comments on commit e9ba750

Please sign in to comment.