This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 335dd9b0028d6b9e4d5add5c54a25da7ce197c6c Author: Sergio del Amo <[email protected]> AuthorDate: Tue Jul 8 11:23:19 2025 +0200 Update buildSrc/src/main/groovy/geb.publishing.gradle Co-authored-by: Björn Kautler <[email protected]> --- buildSrc/src/main/groovy/geb.publishing.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/geb.publishing.gradle b/buildSrc/src/main/groovy/geb.publishing.gradle index db012099..87b2b026 100644 --- a/buildSrc/src/main/groovy/geb.publishing.gradle +++ b/buildSrc/src/main/groovy/geb.publishing.gradle @@ -56,7 +56,7 @@ publishing { } developer { id = "sdelamo" - name = " Sergio del Amo" + name = "Sergio del Amo" } } }
