Fix projectExists check Change equality check to work with "Optional" API. Using != null will not lead to correct result as we need to check the object contained inside Optional, not Optional itself. isPresent performs a check against the object contained inside Optional and returns the correct and desired value. Bug: Issue 12454 Change-Id: I038e290b88b7599b8290735c96b16828f7f23b71
This plugin allows you to perform go get requests against a Gerrit project.
For more information, see: src/main/resources/Documentation/about.md