Oleg Oleg Oleg

This commit is contained in:
Marcin Grzejszczak
2020-02-13 14:58:51 +01:00
parent 2551f9d6f6
commit eb723b9157

View File

@@ -83,7 +83,8 @@ public class SaganUpdater {
}
}
return updateReleaseException == null ? ExecutionResult.success()
: ExecutionResult.unstable(updateReleaseException);
: ExecutionResult.unstable(
new IllegalStateException(updateReleaseException.getMessage()));
}
private void updateDocumentationIfNecessary(File projectFile, Project project) {