Mark committer as optional

This commit is contained in:
Sebastian Sdorra
2021-12-02 10:59:48 +01:00
parent e1100af7b8
commit 85117ded16

View File

@@ -61,6 +61,7 @@ class GitHubUploadTask extends UploadTask {
private Author author = new Author()
@Nested
@Optional
private Author committer
Author getAuthor() {