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
If auto-configuration classes are deleted, DocumentAutoConfigurationClasses will run again, but, because it doesn't delete the contents of its output directory before writing new files, the old generated files will remain. This can then cause a build failure as the files reference classes that no longer exist. To avoid this, the contents of the output directory should be deleted before new files are written.