}
}
@Nullable
public static String getProjectIvySettingsFile(Project project) throws IvySettingsNotFoundException {
IvyIdeaProjectSettingsComponent component = project.getComponent(IvyIdeaProjectSettingsComponent.class);
final IvyIdeaProjectSettings state = component.getState();
if (state.isUseCustomIvySettings()) {
String settingsFile = StringUtils.trim(state.getIvySettingsFile());
if (StringUtils.isNotBlank(settingsFile)) {
if (!settingsFile.startsWith("http://")
&& !settingsFile.startsWith("https://")