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
bootRepackage overwrites build/libs/xxx.jar, keeping the original jar as build/libs/xxx.jar.original.
On the next build, Gradle will find that build/libs/xxx.jar has been changed compared to what the previous run's jar task left, so it will assume that build/libs/xxx.jar needs to be regenerated.