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 aced16615ce6ab29efad08908f2239458f44b536 Author: Jonny Carter <[email protected]> AuthorDate: Mon Jul 7 15:15:36 2025 -0500 Update developer list --- buildSrc/src/main/groovy/geb.publishing.gradle | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/buildSrc/src/main/groovy/geb.publishing.gradle b/buildSrc/src/main/groovy/geb.publishing.gradle index dea83ea9..db012099 100644 --- a/buildSrc/src/main/groovy/geb.publishing.gradle +++ b/buildSrc/src/main/groovy/geb.publishing.gradle @@ -47,14 +47,16 @@ publishing { } developers { developer { - id = "alkemist" - name = "Luke Daley" - roles = ["Founder"] + id = "paulk-asert" + name = "Paul King" } developer { - id = "erdi" - name = "Marcin Erdmann" - roles = ["Lead"] + id = "jonnybot" + name = "Jonny Carter" + } + developer { + id = "sdelamo" + name = " Sergio del Amo" } } }
