return path;
}
public void showAddGitRepositoryNotification(final Project project) {
NotificationBuilder notification = new NotificationBuilder(project, "Insufficient dependencies for Gerrit plugin",
"Please configure a Git repository.<br/><a href='vcs'>Open Settings</a>")
.listener(new NotificationListener() {
@Override
public void hyperlinkUpdate(@NotNull Notification notification, @NotNull HyperlinkEvent event) {
if (event.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {