sbt / sbt-boilerplate

sbt plugin for generating scala.Tuple/Function related boilerplate code
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Override max `i` for tests or non-production builds #37

Open nicksabol opened 8 months ago

nicksabol commented 8 months ago

Hello there, I have a project that utilizes boilerplate with a standard i of 15, but I don't always need 15, especially for tests. Having 15 slows down all builds. I would like to be able to override i for tests. Can this be done any way?