You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The future of custom Configurations are uncertain https://eed3si9n.com/sbt-drop-custom-config/ in sbt 2. The only reason I see for scapegoat having it's own configuration is to enable running compile without scapegoat enabled. This needs some exploring whether the machinery can be altered to do this in a task rather than entire configuration.
The current usage of a Scapegoat config has a few implications which may not be worth the complexity.
x := (x in Compile).value
will be added to shadow the real Compile configuration.-Xplugin
for compiler plugins is hard to use in the current way without cross polluting: Prevent scapegoat leaking in consumers maven style artifacts #159The text was updated successfully, but these errors were encountered: