spring-boot-migrator
spring-boot-migrator copied to clipboard
Refactor ProjectContextInitializer to not create a git repo if none exist
What needs to be done
Refactor ProjectContextInitializer to not create a git repo if none exist.
Throw an Exception instead.
Why it needs to be done
A missing .git with gitSupportEnabled will be detected by precondition check.