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
Do not clean the sbt bridge cache on every bootstrapped compile
Previously, any compilation of a bootstrapped project removed the sbt
bridge cache which then had to be recompiled. This is too extreme: we
should only do it when the bridge needs to be recompiled.
0 commit comments