sbt-guardrail
sbt-guardrail copied to clipboard
Allow modifying generated sources (eg to hook up scalafmt), closes #235
Turns out sbt doesn't care if generated sources are modified further, so all that was needed was to change outStyle from hashing to exists. In addition i hooked up new sbt apis and ensured the plugin is compatible with sbt 1.5, as well as did some code cleanup.