From ac156441fc88b7c480a33b5385667f45250306d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A1s?= Date: Thu, 19 Aug 2021 11:13:41 +0200 Subject: [PATCH] Add developer info --- scripts/publish-module.gradle | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/publish-module.gradle b/scripts/publish-module.gradle index 578536cf..dcfca1a7 100644 --- a/scripts/publish-module.gradle +++ b/scripts/publish-module.gradle @@ -50,8 +50,15 @@ afterEvaluate { url = 'https://github.com/AdevintaSpain/Barista/blob/master/LICENSE.md' } } + developers { + developer { + id = 'AdevintaSpain' + name = 'Adevinta Spain' + email = 'engineers@adevinta.com' + } + } organization { - name = "Adevinta Spain" + name = "Adevinta Spain" url = "https://github.com/AdevintaSpain" } scm {