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
In this fix the flow-build-info.json token file was scheduled to be deleted on jvm exit. However, there are things like mvnd, which keeps maven instances around for faster build times. In such case, the jvm does not exit, and the tokenfile remains present.
Maybe there are other scenario's. The intellij plugin could be more defensive about that file, or the tokenFile deletion gets handled differently.
The text was updated successfully, but these errors were encountered:
Sort of reported here .
In this fix the
flow-build-info.json
token file was scheduled to be deleted on jvm exit. However, there are things like mvnd, which keeps maven instances around for faster build times. In such case, the jvm does not exit, and the tokenfile remains present.Maybe there are other scenario's. The intellij plugin could be more defensive about that file, or the tokenFile deletion gets handled differently.
The text was updated successfully, but these errors were encountered: