add log output when version validation starts on a project
This commit is contained in:
@@ -38,6 +38,8 @@ public class BootVersionValidator {
|
||||
|
||||
public void validate(IJavaProject project) {
|
||||
if (config.isBootVersionValidationEnabled()) {
|
||||
log.info("Validating Spring Boot version on project: " + project.getElementName());
|
||||
|
||||
VersionValidationPreferences preferences = new VersionValidationPreferences();
|
||||
|
||||
String url = getSpringProjectsUrl(preferences);
|
||||
|
||||
Reference in New Issue
Block a user