Marking gitOrgUrl mandatory again

This commit is contained in:
Marcin Grzejszczak
2019-12-23 14:18:16 +01:00
parent db4b732ab5
commit 27f5c7be4d

View File

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