djspiewak / sbt-spiewak

A plugin which represents my personal SBT project baseline
Apache License 2.0
53 stars 20 forks source link

Limit -Ybackend-parallelism to 16 #35

Closed wemrysi closed 3 years ago

wemrysi commented 3 years ago

Limits the value of -Ybackend-parallelism to 16 as values greater than this result in the following error

[error] invalid setting for -Ybackend-parallelism must be between 1 and 16
djspiewak commented 3 years ago

TIL!