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
defflag=truedefa= println("task a")
defb= println("task b")
defdependentTask=if(flag) a else b
The question about how to dynamically replace flag with falsein CBT is still open. Right now it would take creating another build that's based on the original and overrides the member. Related issue is #62
The README says sbt doesn't allow lazy dependencies. This is false, sbt does so allow lazy dependencies:
Running it shows that tasks A and B are lazily depended on:
The text was updated successfully, but these errors were encountered: