Not marking gitOrgUrl as mandatory

This commit is contained in:
Marcin Grzejszczak
2019-12-23 14:07:41 +01:00
parent 8992e45321
commit db4b732ab5

View File

@@ -302,7 +302,6 @@ public class ReleaserProperties implements Serializable {
/**
* The URL of the Git organization. We'll append each project's name to it.
*/
@NotBlank
private String gitOrgUrl;
/**