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
When tasks contain run invocations, the :init block is executed again.
A workaround for now is to put your init code in a file on the classpath and then use :requires, where you require / load that file. Since that is idempotent, the code will only run once.