From 0ff903baff2e981f65cd02cd5f99ec8cd5d0660f Mon Sep 17 00:00:00 2001 From: bartvl-xenit Date: Thu, 12 Oct 2023 17:49:11 +0200 Subject: [PATCH] ALFREDOPS-849 use entreprise-conventions-gradle-plugin for publishing --- publish.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.gradle b/publish.gradle index 6a1f78a..8671d86 100644 --- a/publish.gradle +++ b/publish.gradle @@ -37,7 +37,8 @@ pluginManager.withPlugin('maven-publish') { developers { developer { id = "xenit" - name = "Xenit Solutions NV" + name = "Xenit" + description = "Xenit Solutions NV" } }