You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation nothing is returned from the forkProject method.
The GitLab API return the new project (the forked project).
It would be good if the Java API would return a Project instance of the forked project (the returned project by the GitLab API).