From cab73011c646ec22cf34e3aaaf319ab562ff9fbb Mon Sep 17 00:00:00 2001 From: Enrico Bianchi Date: Sat, 7 Jan 2023 20:36:08 +0100 Subject: [PATCH] Added myself to contributors --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 72ba1697..a5bef1bc 100644 --- a/build.gradle +++ b/build.gradle @@ -203,6 +203,11 @@ if (hasProperty("publish")) { id 'tledkov' name 'Taras Ledkov' email 'tledkov@apache.org' + }, + developer { + id 'henryx' + name 'Enrico Bianchi' + email 'enrico.bianchi@gmail.com' } ] }